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
/
autoload
Age
Commit message (
Expand
)
Author
2020-09-29
autoload/grappele.vim: If no line is stored, make `gG` a no-op
Teddy Wing
2020-09-29
grappele#Recall(): Remove special handling for visual mode
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
grappele#Grappele(): Remove unnecessary `l:line` variable
Teddy Wing
2020-09-29
autoload/grappele.vim: Remove old commented code
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
2017-12-20
autoload/grappele.vim: Only try to recall if a location was saved
Teddy Wing
2017-07-09
autoload/grappele.vim: Don't save location when using `G` directly
Teddy Wing
2016-06-17
autoload/grappele.vim: Push to jumplist
Teddy Wing
2015-09-13
Create G recall command
Teddy Wing
2015-09-13
Replicate n_G functionality
Teddy Wing
2015-09-13
Initial commit. Project setup.
Teddy Wing