浏览代码

~/.vimrc: Add a few more of the recommended bindings

Lucas Stadler 9 年之前
父节点
当前提交
d2b00e8911
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      .vimrc

+ 3 - 2
.vimrc

@ -175,9 +175,10 @@ map <Leader>t :TagbarToggle<CR>
175 175
"" mappings and options inspired by https://www.vi-improved.org/recommendations/
176 176
nnoremap <leader>b :b <c-d>
177 177
nnoremap <leader>q :b#<cr>
178
nnoremap <leader>e :e **/
178 179
179
inoremap <leader>f <c-x><c-f>
180
inoremap <leader>n <c-x><c-n>
180
inoremap ,f <c-x><c-f>
181
inoremap ,n <c-x><c-n>
181 182
182 183
set statusline=%F%m%r%h%w[%L][%{&ff}]%y[%p%%][%04l,%04v]
183 184