瀏覽代碼

Add handy mappings for buffer mobility

Alois Mahdal 5 年之前
父節點
當前提交
22011b3ffe
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      dotfiles/vim/vimrc

+ 4
- 0
dotfiles/vim/vimrc 查看文件

104
 inoremap <C-Right> <C-N>
104
 inoremap <C-Right> <C-N>
105
 noremap p p`[
105
 noremap p p`[
106
 noremap P P`[
106
 noremap P P`[
107
+nnoremap ,, :b#<CR>
108
+nnoremap ,m :previous<CR>
109
+nnoremap ,. :next<CR>
110
+nnoremap ,l :ls<CR>
107
 
111
 
108
 if has("autocmd")
112
 if has("autocmd")
109
   filetype plugin indent on
113
   filetype plugin indent on