Explorar el Código

Add fast tab switching key mapping

Conflicts:
	vimrc
Andrew Swistak hace 11 años
padre
commit
df64c5d6b1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      vimrc

+ 1 - 1
vimrc

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