diff options
author | otsune | 2009-11-06 11:47:39 +0000 |
---|---|---|
committer | otsune | 2009-11-06 11:47:39 +0000 |
commit | 1ddd5f65c775b5410bf7a417a5c79debf122adb4 (patch) | |
tree | b09549e904435c6b9854b80502ecee8716a4364e | |
parent | 3499bc4ec693c655c0b72c4e9e36f40eafcbe05c (diff) | |
download | vimperator-plugins-1ddd5f65c775b5410bf7a417a5c79debf122adb4.tar.bz2 |
follow current
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@35865 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r-- | removetabs.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/removetabs.js b/removetabs.js index eb8ff12..3486eb9 100644 --- a/removetabs.js +++ b/removetabs.js @@ -26,8 +26,8 @@ https://addons.mozilla.org/ja/firefox/addon/4227 == 設定例 == .vimperatorrcに以下のような感じで設定すると良いかもしれません。 >|| - noremap <C-P> :removetabsleft<CR> - noremap <C-N> :removetabsright<CR> + noremap <C-S-p> :removetabsleft<CR> + noremap <C-S-n> :removetabsright<CR> ||< ]]></detail> </VimperatorPlugin>; |