Remove HJKL Split Movements

I haven't been using them and <C-j> is used elsewhere
This commit is contained in:
ViViDboarder 2013-01-02 12:11:26 -05:00
parent d59459a848
commit 31bb9709e2

View File

@ -102,10 +102,10 @@ nmap <leader>lw :set wrap!<CR>
filetype on filetype on
"Move between splits using Ctrl+hjkl "Move between splits using Ctrl+hjkl
map <C-k> <C-w>k "map <C-k> <C-w>k
map <C-j> <C-w>j "map <C-j> <C-w>j
map <C-l> <C-w>l "map <C-l> <C-w>l
map <C-h> <C-w>h "map <C-h> <C-w>h
"map Shift+U to redo "map Shift+U to redo
nnoremap <S-u> <C-r> nnoremap <S-u> <C-r>