dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit f4b75f80cb04ce24fabb88db451c4245dcb43a9f
parent 1aa0b5035f0c99864990795a71d524d3fd8dd6f4
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri, 27 Jan 2017 10:50:22 +0000

switch tab keyboard shortcuts

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

diff --git a/vim/.vimrc b/vim/.vimrc @@ -75,6 +75,10 @@ vnoremap <silent> <leader>y :w !xsel -i -b<CR> nnoremap <silent> <leader>y V:w !xsel -i -b<CR> nnoremap <silent> <leader>p :silent :r !xsel -o -b<CR> +" switch tabs +nnoremap <C-n> :tabn<CR> +nnoremap <C-p> :tabp<CR> + " ┏━╸┏━┓┏┳┓┏┳┓┏━┓┏┓╻╺┳┓┏━┓ " ┃ ┃ ┃┃┃┃┃┃┃┣━┫┃┗┫ ┃┃┗━┓ " ┗━╸┗━┛╹ ╹╹ ╹╹ ╹╹ ╹╺┻┛┗━┛