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
1 changed files with 4 additions and 4 deletions

View File

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