aboutsummaryrefslogtreecommitdiffstats
path: root/hints-yank-paste.js
diff options
context:
space:
mode:
authoranekos2010-04-04 14:32:35 +0000
committeranekos2010-04-04 14:32:35 +0000
commit88ab43b259ed8ee3805ded1df679ca5a336a0b26 (patch)
tree55949006f4f4fb8e745b8b34b38a7d9d1ecf10e3 /hints-yank-paste.js
parentaab42b87d106213d171674d5542d631f4c7a01ee (diff)
downloadvimperator-plugins-88ab43b259ed8ee3805ded1df679ca5a336a0b26.tar.bz2
新しい設定方法についてドクメント
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37156 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'hints-yank-paste.js')
-rw-r--r--hints-yank-paste.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/hints-yank-paste.js b/hints-yank-paste.js
index 6e37d8c..953e573 100644
--- a/hints-yank-paste.js
+++ b/hints-yank-paste.js
@@ -18,9 +18,11 @@ var PLUGIN_INFO =
マップするキーや hint の XPath などは変更できます。
liberator.globalVariables.hints_copy_maps = ['c', 'C', 'p', 'P'];
+let g:hints_copy_maps = "c C p P"
例: paste のほうは設定しない
liberator.globalVariables.hints_copy_maps = ['c', 'C', null, null];
+let g:hints_copy_maps = "c C <nop> <nop>"
set hintyanktags='//xpath|//xpath2';
set hintpastetags='//xpath|//xpath2';