Skip to content

Instantly share code, notes, and snippets.

@qickstarter
Created September 20, 2012 03:04
Show Gist options
  • Select an option

  • Save qickstarter/3753726 to your computer and use it in GitHub Desktop.

Select an option

Save qickstarter/3753726 to your computer and use it in GitHub Desktop.
"tags_jumpを使い易くする
"「飛ぶ」
nnoremap tt <C-]>
"「進む」
nnoremap tl :<C-u>tag<CR>
nnoremap tk :<C-u>tn<CR>
nnoremap tj :<C-u>tp<CR>
"「戻る」
nnoremap th :<C-u>pop<CR>
"履歴一覧
nnoremap ts :<C-u>ts<CR>
" nnoremap tk :<C-u>tags<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment