Explorar o código

Add fast tab switching key mapping

Andrew Swistak %!s(int64=11) %!d(string=hai) anos
pai
achega
c8ed9dbbf2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      vimrc

+ 1 - 0
vimrc

@@ -66,6 +66,7 @@ nnoremap <silent> <S-w> :hide<CR>
 
 " Buffer magic
 nnoremap <leader>l :ls<CR>:b<space>
+nnoremap <leader>; :tabs<CR>:tabn<space>
 
 " Switch indentation settings
 nnoremap <leader>y :set expandtab tabstop=4 shiftwidth=4 softtabstop=4<CR>