From 1e648771284d147bd11fc47ccb9b330e076da78b Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 22 Jun 2013 01:09:13 -0400 Subject: vim, ftplugin sisu.vim, c-\ hard wrap lines to line width (moved from c-j) --- data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim') diff --git a/data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim b/data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim index 1da73012..8f704718 100644 --- a/data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim +++ b/data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim @@ -72,10 +72,10 @@ "% map ":let mapleader = "," " consider :map paste :set invpaste -"% wrap/formatting paragraph according to the current 'textwidth' with ^J (control-j): -:imap gqap -:nmap gqap -:vmap gq +"% wrap/formatting paragraph according to the current 'textwidth' with ^\ (control-\): +:imap gqap +:nmap gqap +:vmap gq "% save file, go to next file in buffer :map nf :w :n "% vimdiff q exits -- cgit v1.2.3