Skip to content

Commit

Permalink
vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilalh committed Apr 14, 2015
1 parent 27d91a7 commit cefd600
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .nvimrc
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,11 @@ nnoremap <Leader>Q :bufdo :Bdelete<CR>
" CMD-' CMD-\
noremap °;133 :bprev<cr>
noremap °;134 :bnext<cr>
imap °;133 <esc>:bprev<cr>
imap °;134 <esc>:bnext<cr>

tnoremap °;133 <C-\><C-n> :bprev<cr>
tnoremap °;134 <C-\><C-n> :bnext<cr>
Expand Down

0 comments on commit cefd600

Please sign in to comment.