Skip to content

Commit

Permalink
Vim: Fix shortcut formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
waynee95 committed Oct 9, 2019
1 parent f75e163 commit b6fb6ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vim/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ let mapleader="\<Space>"
nnoremap <CR> :nohlsearch<CR><CR>
" Easier split navigation
nnoremap <C-J> <C-W><C-J>
nnoremap <C-K> <C-W><C-K>
nnoremap <C-L> <C-W><C-L>
nnoremap <C-H> <C-W><C-H>
nnoremap <C-h> <C-w><C-h>
nnoremap <C-j> <C-w><C-j>
nnoremap <C-k> <C-w><C-k>
nnoremap <C-l> <C-w><C-l>
" See https://shapeshed.com/vim-netrw/
let g:netrw_banner = 0
Expand Down

0 comments on commit b6fb6ba

Please sign in to comment.