diff options
author | Teddy Wing | 2019-12-05 01:40:05 +0100 |
---|---|---|
committer | Teddy Wing | 2019-12-05 01:40:05 +0100 |
commit | 47588e81201656b2892048aa8795cb5efd04fa6b (patch) | |
tree | 209f4d561e4b220daddfd2c0da2fb92ba01edabe /Info.txt | |
download | vim-nohai-47588e81201656b2892048aa8795cb5efd04fa6b.tar.bz2 |
Idea for a command to 'nohlsearch' after searching
Came up with this in 2016, but at the time didn't see a way to get it
working. Committing what I had for reference.
Diffstat (limited to 'Info.txt')
-rw-r--r-- | Info.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Info.txt b/Info.txt new file mode 100644 index 0000000..7e2c7b3 --- /dev/null +++ b/Info.txt @@ -0,0 +1,5 @@ +vim-nohlslash + +Invoke search (`/`) and automatically :nohlsearch after executing it. There's +no autocmd for "after search", though, so the current method isn't going to +work. |