mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 15:21:09 +00:00
Tab moving
This commit is contained in:
@@ -231,6 +231,10 @@
|
||||
nmap <Leader><Leader>aq ysiw'
|
||||
" }
|
||||
|
||||
" for moving tab {
|
||||
nmap <C-S-PageDown> :execute 'tabmove ' . (tabpagenr()-2 )<CR>
|
||||
nmap <C-S-PageUp> :execute 'tabmove ' . tabpagenr()<CR>
|
||||
" }
|
||||
|
||||
" gides {
|
||||
let g:indent_guides_start_level = 2
|
||||
|
||||
Reference in New Issue
Block a user