dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 2134ef9dd3873e67f5b71275778554b1edbe9d85
parent 81e7d241ce1361644e0133717025c5588ac6458e
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Mon, 22 Feb 2021 09:47:58 +0100

vim: change tab bindings

Diffstat:
Mvim/vimrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -781,8 +781,8 @@ nnoremap zh mzzt10<c-u>`z nnoremap <leader>= mlgg=G`lzz " Tab mappings -nnoremap <C-t> :tabnew<CR> -nnoremap <C-c> :tabclose<CR> +nnoremap <leader>tn :tabnew<CR> +nnoremap <leader>tc :tabclose<CR> nnoremap <leader>th :tabmove -1<CR> nnoremap <leader>tl :tabmove +1<CR>