Skip to content

Instantly share code, notes, and snippets.

@james-ni
Created May 27, 2021 04:40
Show Gist options
  • Save james-ni/f690f7c488f97cf77add005bf7ac02ed to your computer and use it in GitHub Desktop.
Save james-ni/f690f7c488f97cf77add005bf7ac02ed to your computer and use it in GitHub Desktop.
Setup Vim Easy motion
g:EasyMotion_override_acejump = 0
map <space> <Plug>(easymotion-bd-w)
set easymotion
{
"vim.easymotion": true,
"vim.normalModeKeyBindingsNonRecursive": [{
"before": [" "],
"after": ["leader", "leader", "leader", "b", "d", "w"]}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment