Age | Commit message (Expand) | Author |
---|---|---|
2020-02-10 | plugin/searchop.vim: Fix default map guards | Teddy Wing |
2020-02-05 | Add license (GNU GPLv3+) | Teddy Wing |
2020-02-05 | plugin/searchop.vim: Add `<Plug>` mappings | Teddy Wing |
2020-02-05 | plugin/searchop.vim: Add load guard | Teddy Wing |
2020-02-05 | Move functions to autoload | Teddy Wing |
2020-02-05 | plugin/searchop.vim: Change search forward mappings to `z*` | Teddy Wing |
2020-02-05 | Add backward search mappings | Teddy Wing |
2020-02-05 | Search(): Support visual mode and line-oriented | Teddy Wing |
2020-02-05 | Search(): Don't overwrite the unnamed register | Teddy Wing |
2020-02-04 | plugin/searchop.vim: Use z/ mapping | Teddy Wing |
2020-02-04 | Search(): Use `feedkeys` instead of `normal!` to advance search | Teddy Wing |
2020-02-01 | Draft version of searching for what was selected by a motion | Teddy Wing |