Skip to content

Commit

Permalink
feat(vim): add keymap for help
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillmorozov committed Apr 14, 2024
1 parent eabfab0 commit 53b2c69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vim/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ nmap <C-L> <c-w>l
nmap <leader>w <c-w>
nnoremap <leader>b :buffer<Space>
nnoremap <leader>f :find<Space>
nnoremap <leader>h :help<Space>
nnoremap N Nzz
nnoremap n nzz
noremap <C-S> :update<CR>
Expand Down

0 comments on commit 53b2c69

Please sign in to comment.