Mercurial > dotfiles
changeset 150:71ff712a6951
Move tabs
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 22 Nov 2013 16:19:49 -0800 |
parents | 1c3e3740325f |
children | 063afe08c251 2785ea47eae0 |
files | vimperatorrc |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/vimperatorrc Fri Nov 22 16:19:40 2013 -0800 +++ b/vimperatorrc Fri Nov 22 16:19:49 2013 -0800 @@ -19,6 +19,10 @@ nnoremap J :tabprevious<cr> nnoremap K :tabnext<cr> +" Reorder tabs +nnoremap > :tabmove +1<cr> +nnoremap < :tabmove -1<cr> + "New tab using the old classic way nnoremap <C-t> :tabnew<cr>