This layer provides common functionality for navigating smoothly around Neovim, using
Add the +nav/jump
layer in your configuration file,
function! Layers()
" ...
Layer '+nav/jump'
" ...
endfunction
If you prefer to use the 2 character easymotion by default, you can switch the 1 char and 2 char bindings around with let g:spJumpSwitchGotoChar = 1
.
Key Binding | Description |
---|---|
SPC j j | Go to location with char |
SPC j J | Go to location with char char |
SPC j w | Go to location of any word |
SPC j l | Go to line |