Created
October 9, 2013 14:48
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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