diff options
author | Chris <[email protected]> | 2020-04-27 23:04:13 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-04-27 23:04:13 -0400 |
commit | 5fe17473ad929835b68180d97f90e2c76f4eb4bd (patch) | |
tree | fa9e8474a88e417196fb5bf4a30cdbe9c9e09608 /plug-config/quickscope.vim | |
parent | 53123f954c6719599b1e3cbb7fb3bbe07bd12512 (diff) |
quickscope and sneak
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'] |