Skip to content

Instantly share code, notes, and snippets.

@naufraghi
Created October 9, 2013 14:48
Show Gist options
  • Save naufraghi/6902513 to your computer and use it in GitHub Desktop.
Save naufraghi/6902513 to your computer and use it in GitHub Desktop.
naufraghi: move easily in tags tag->first, tselect->list, tjump->list-if-more-than-one
" naufraghi: move easily in tags
" tag->first, tselect->list, tjump->list-if-more-than-one
map <silent><C-Right> :exec("tjump ".expand("<cword>"))<CR>
map <silent><C-Left> :pop<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment