diff options
Diffstat (limited to 'vim/.vimrc')
| -rw-r--r-- | vim/.vimrc | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -44,10 +44,10 @@ nnoremap Q <Nop> | |||
| 44 | cnoremap w!! w !sudo tee > /dev/null % | 44 | cnoremap w!! w !sudo tee > /dev/null % |
| 45 | 45 | ||
| 46 | " Switch windows with <C-W>[direction] | 46 | " Switch windows with <C-W>[direction] |
| 47 | noremap <C-J> <C-W>j | 47 | nnoremap <C-J> <C-W>j |
| 48 | noremap <C-K> <C-W>k | 48 | nnoremap <C-K> <C-W>k |
| 49 | noremap <C-H> <C-W>h | 49 | nnoremap <C-H> <C-W>h |
| 50 | noremap <C-L> <C-W>l | 50 | nnoremap <C-L> <C-W>l |
| 51 | 51 | ||
| 52 | " Never use the arrow keys | 52 | " Never use the arrow keys |
| 53 | noremap <Up> "" | 53 | noremap <Up> "" |
