diff options
-rw-r--r-- | vimrc | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -348,6 +348,9 @@ " * Add Slimv settings. Use `sbcl` Lisp interpreter and `screen` to run " the REPL. " +" 2016.04.18: +" * Remove the `Wrap` command since I never use it. +" " Pathogen @@ -689,15 +692,6 @@ nnoremap <leader>cf :call system('pbcopy', expand('%'))<cr> -" Commands -" ======== - -" Swap between soft wrapping and no wrapping -" http://vimcasts.org/episodes/soft-wrapping-text/ -command! -nargs=* Wrap set wrap linebreak nolist - - - " Project Settings " ================ |