Explorar el Código

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

Lucas Stadler %!s(int64=9) %!d(string=hace) años
padre
commit
d2b00e8911
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  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