index
:
vim-grappele
fix-omap
master
Vim plugin to repeat the last G movement
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugin
Age
Commit message (
Expand
)
Author
2020-09-29
plugin/grappele.vim: Add mode to `hasmapto()` call
fix-omap
Teddy Wing
2020-09-29
grappele#Recall(): Remove special handling for visual mode
Teddy Wing
2020-09-29
plugin/grappele.vim: Remove `<Plug>Grappele` mapping
Teddy Wing
2020-09-29
grappele#Grappele(): Remove varargs
Teddy Wing
2020-09-29
Change v_gG and o_gG to <expr> mappings
Teddy Wing
2020-09-29
Fix `gG` omap by removing count
Teddy Wing
2020-09-29
Trying to fix omap (WIP)
Teddy Wing
2020-09-20
Add operator pending and visual mode `G` mappings
Teddy Wing
2018-12-13
Add operator-pending and visual mode mappings
Teddy Wing
2015-09-16
plugin/grappele.vim: Silence `G` mapping
Teddy Wing
2015-09-14
plugin/grappele.vim: Fix performance issue with `G`
Teddy Wing
2015-09-13
Create G recall command
Teddy Wing
2015-09-13
plugin/grappele.vim: Silence mapping
Teddy Wing
2015-09-13
Replicate n_G functionality
Teddy Wing
2015-09-13
plugin/grappele.vim: Fix mapping (add missing <cr>)
Teddy Wing
2015-09-13
plugin/grappele.vim: Fix <Plug> mapping definition
Teddy Wing
2015-09-13
Initial commit. Project setup.
Teddy Wing