Skip to content

Commit

Permalink
mappings for buffer navigation added
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz-makandra committed Nov 27, 2020
1 parent f154fd1 commit f18bc5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mappings.vim
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ nnoremap <leader>er :vsplit $MYVIMRC<CR>
nnoremap <leader>em :vsplit ~/.vim/mappings.vim<CR>
nnoremap <leader>ep :vsplit ~/.vim/plugins.vim<CR>
" buffer navigation
nmap <leader>bk :bnext<CR>
nmap <leader>bj :prev<CR>
" highlighting
nmap <silent> <leader>hs :call ToggleSyntax()<CR>
Expand Down

0 comments on commit f18bc5c

Please sign in to comment.