浏览代码

Add handy mappings for buffer mobility

Alois Mahdal 4 年前
父节点
当前提交
22011b3ffe
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      dotfiles/vim/vimrc

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

@@ -104,6 +104,10 @@ inoremap <C-Left> <C-P>
104 104
 inoremap <C-Right> <C-N>
105 105
 noremap p p`[
106 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 112
 if has("autocmd")
109 113
   filetype plugin indent on