Add nvim shortcuts for working with tabs.

This commit is contained in:
Érico Rolim 2020-01-07 15:07:48 -03:00
parent 15a282254b
commit f113b46d6e
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@ set smartcase
:nmap wp "+p
:vmap wy "+y
" Shortcuts for working with tabs
:nmap tr :tabr<cr>
:nmap tl :tabl<cr>
:nmap tp :tabp<cr>
:nmap tn :tabn<cr>
" APPEARANCE