Skip to content

Instantly share code, notes, and snippets.

@xavierbriand
Created July 18, 2011 13:51
Show Gist options
  • Save xavierbriand/1089572 to your computer and use it in GitHub Desktop.
Save xavierbriand/1089572 to your computer and use it in GitHub Desktop.
" Alt-right/left to navigate forward/backward in the tags stack
map <M-Left> <C-T>
map <M-Right> <C-]>
@marcw
Copy link

marcw commented Jul 18, 2011

map <M-Right> g<C-]>

Will use :tjump instead of :tag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment