Skip to content

Instantly share code, notes, and snippets.

@anekos
Created March 9, 2012 10:18
Show Gist options
  • Save anekos/2005948 to your computer and use it in GitHub Desktop.
Save anekos/2005948 to your computer and use it in GitHub Desktop.
Vimperator でコマンドやマッピングのコードを見てみる。
" コマンド
:echo commands.get('コマンド名').action
" マッピング
:echo mappings.get(modes.NORMAL, '<C-n>').action
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment