diff options
Diffstat (limited to 'hints-yank-paste.js')
-rw-r--r-- | hints-yank-paste.js | 2 |
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'; |