This commit is contained in:
2015-03-04 12:43:10 -06:00
parent 6c77529845
commit 979af9ba42
2 changed files with 8 additions and 1 deletions

2
vimrc
View File

@@ -323,7 +323,7 @@ inoremap jj <Esc>
cnoremap w!! w !sudo tee % >/dev/null
" Ctrl+W to redraw
nnoremap <C-w> :redraw!<cr>
"nnoremap <C-w> :redraw!<cr>
" Jump to matching pairs easily, with Tab
nnoremap <Tab> %