aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vimrc12
1 files changed, 3 insertions, 9 deletions
diff --git a/vimrc b/vimrc
index 29b87a5..cbe71c4 100644
--- a/vimrc
+++ b/vimrc
@@ -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
" ================