1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_dotfiles.git synced 2024-08-16 16:09:49 +02:00

Merge pull request #1 from maxbachmann-ansible/master

switch tabs with shortcuts
This commit is contained in:
L3D 2019-04-11 23:13:05 +02:00 committed by GitHub
commit d8f467f4d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,3 +6,7 @@ set encoding=utf-8
colorscheme elflord colorscheme elflord
syntax on syntax on
set mouse-=a set mouse-=a
nnoremap <C-Left> :tabprevious<CR>
nnoremap <C-h> :tabprevious<CR>
nnoremap <C-Right> :tabnext<CR>
nnoremap <C-l> :tabnext<CR>