From e1c79fdc0ebf30d16bddeef46cc554fc9458be1f Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 18 Apr 2016 19:07:57 -0400 Subject: vimrc: Remove the `Wrap` command I never use this command, so I don't really see a need to keep it in my vimrc. Removing it along with the "Commands" section marker (since that was our only command defined here). --- vimrc | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'vimrc') 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 cf :call system('pbcopy', expand('%')) -" Commands -" ======== - -" Swap between soft wrapping and no wrapping -" http://vimcasts.org/episodes/soft-wrapping-text/ -command! -nargs=* Wrap set wrap linebreak nolist - - - " Project Settings " ================ -- cgit v1.2.3