aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/sisu
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2013-06-22 01:09:13 -0400
committerRalph Amissah <ralph@amissah.com>2013-06-22 01:09:13 -0400
commit1e648771284d147bd11fc47ccb9b330e076da78b (patch)
tree9eea1ba655a0576b59a9696191ed35b674cfbfc0 /data/sisu
parentvim colorscheme def, mark current line (diff)
vim, ftplugin sisu.vim, c-\ hard wrap lines to line width (moved from c-j)
Diffstat (limited to 'data/sisu')
-rw-r--r--data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim8
1 files changed, 4 insertions, 4 deletions
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 <leader>paste :set invpaste<cr>
-"% wrap/formatting paragraph according to the current 'textwidth' with ^J (control-j):
-:imap <C-J> <C-O>gqap
-:nmap <C-J> gqap
-:vmap <C-J> gq
+"% wrap/formatting paragraph according to the current 'textwidth' with ^\ (control-\):
+:imap <C-\> <C-O>gqap
+:nmap <C-\> gqap
+:vmap <C-\> gq
"% save file, go to next file in buffer
:map <leader>nf :w <enter> :n <enter>
"% vimdiff q exits