diff options
Diffstat (limited to 'plug-config/quickscope.vim')
-rw-r--r-- | plug-config/quickscope.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plug-config/quickscope.vim b/plug-config/quickscope.vim new file mode 100644 index 00000000..9e2ce2b1 --- /dev/null +++ b/plug-config/quickscope.vim @@ -0,0 +1,2 @@ +" Trigger a highlight in the appropriate direction when pressing these keys: +let g:qs_highlight_on_keys = ['f', 'F', 't', 'T'] |