index
:
vim-nohai
extra-mode-maps
master
Search commands with nohlsearch
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-12-19
Make visual and operator-pending mode mappings work
extra-mode-maps
Teddy Wing
2019-12-18
Add CHANGELOG
Teddy Wing
2019-12-18
plugin/nohai.vim: Add visual mode mappings
Teddy Wing
2019-12-18
plugin/nohai.vim: Add operator-pending mappings
Teddy Wing
2019-12-14
Add README
HEAD
v0.0.1
master
Teddy Wing
2019-12-14
Add license (GNU GPLv3+)
Teddy Wing
2019-12-14
Add documentation
Teddy Wing
2019-12-14
s:AddMapping(): Silence `:nohlsearch` output
Teddy Wing
2019-12-14
Add guards around the default mappings
Teddy Wing
2019-12-14
plugin/nohai.vim: Add a load guard
Teddy Wing
2019-12-14
Move functions to autoload/
Teddy Wing
2019-12-14
Add descriptions to script functions
Teddy Wing
2019-12-14
Rename `s:CR()` to `s:CRAndNohlsearch()`
Teddy Wing
2019-12-14
Remove unnecessary code in `CmdlineEnter` command
Teddy Wing
2019-12-14
Remove old comments and debug `echom`s
Teddy Wing
2019-12-14
Deactivate nohlsearch when exiting command line without <CR>
Teddy Wing
2019-12-14
Escape `?` in `CmdlineEnter` autocmd
Teddy Wing
2019-12-14
Mostly working nohilight searching, works with regular search
Teddy Wing
2019-12-11
Ideas for custom mappings
Teddy Wing
2019-12-05
New idea for 'nohlslash' search commands
Teddy Wing
2019-12-05
Idea for a command to 'nohlsearch' after searching
Teddy Wing