This commit is contained in:
2018-09-27 13:31:32 -04:00
parent 3b13c63410
commit 1ee338e4a3
3 changed files with 13 additions and 7 deletions

View File

@@ -194,6 +194,8 @@ nnoremap <leader>s :set syn=sh<CR>
nnoremap <leader>w Vgq
" format this and next line
nnoremap <leader>ww Vjgq
" format current 3 lines
nnoremap <leader>www V2jgq
" toggle fold
nnoremap <leader>z za
" copy next thing to system clipboard