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
Age
Commit message (
Expand
)
Author
2020-09-29
plugin/grappele.vim: Add mode to `hasmapto()` call
fix-omap
Teddy Wing
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
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
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-21
Increase version v0.1.0 -> v0.2.0
v0.2.0
Teddy Wing
2020-09-20
Add operator pending and visual mode `G` mappings
Teddy Wing
2018-12-13
Increase version v0.0.5 -> v0.1.0
v0.1.0
Teddy Wing
2018-12-13
Merge branch 'add-operator-pending-mode'
Teddy Wing
2018-12-13
Add operator-pending and visual mode mappings
Teddy Wing
2018-12-13
Merge branch 'relicense-under-GPL'
Teddy Wing
2018-12-13
Relicense under the GNU GPLv3+
Teddy Wing
2017-12-20
Increase version v0.0.4 -> v0.0.5
v0.0.5
Teddy Wing
2017-12-20
Merge branch 'don,t-try-to-recall-if-there-hasn,t-been-a-G-movement-yet'
Teddy Wing
2017-12-20
autoload/grappele.vim: Only try to recall if a location was saved
Teddy Wing
2017-07-09
Increase version v0.0.3 -> v0.0.4
v0.0.4
Teddy Wing
2017-07-09
autoload/grappele.vim: Don't save location when using `G` directly
Teddy Wing
2016-06-17
Increase version 0.0.2 -> 0.0.3
v0.0.3
Teddy Wing
2016-06-17
autoload/grappele.vim: Push to jumplist
Teddy Wing
2015-09-16
Increase version v0.0.1 -> v0.0.2
v0.0.2
Teddy Wing
2015-09-16
plugin/grappele.vim: Silence `G` mapping
Teddy Wing
2015-09-14
Add CHANGELOG
v0.0.1
Teddy Wing
2015-09-14
Add README
Teddy Wing
2015-09-14
Add documentation
Teddy Wing
2015-09-14
Add LICENSE
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