Skip to content

Instantly share code, notes, and snippets.

View bsdelf's full-sized avatar

bsdelf bsdelf

  • Shanghai
View GitHub Profile
@bsdelf
bsdelf / EasyJumpPreciseMotionAce.vim
Created November 14, 2017 07:32 — forked from gfixler/EasyJumpPreciseMotionAce.vim
A Vim take on Emacs' AceJump mode, itself based on Vim's PreciseJump and EasyMotion plugins
" ACEJUMP
" Based on emacs' AceJump feature (http://www.emacswiki.org/emacs/AceJump).
" AceJump based on these Vim plugins:
" EasyMotion (http://www.vim.org/scripts/script.php?script_id=3526)
" PreciseJump (http://www.vim.org/scripts/script.php?script_id=3437)
" Type AJ mapping, followed by a lower or uppercase letter.
" All words on the screen starting with that letter will have
" their first letters replaced with a sequential character.
" Type this character to jump to that word.