Skip to content

Instantly share code, notes, and snippets.

@mostlyobvious
Created August 14, 2011 00:06
Show Gist options
  • Save mostlyobvious/1144393 to your computer and use it in GitHub Desktop.
Save mostlyobvious/1144393 to your computer and use it in GitHub Desktop.
" Mappings for tabs moving
noremap <silent> <C-S-PageUp> :exe "silent! tabmove " . (tabpagenr() - 2)<CR>
noremap <silent> <C-S-PageDown> :exe "silent! tabmove " . tabpagenr()<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment