Skip to content

Latest commit

 

History

History

jump

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Jump Layer

This layer provides common functionality for navigating smoothly around Neovim, using

Table of Contents

Install

Add the +nav/jump layer in your configuration file,

function! Layers()
  " ...
  Layer '+nav/jump'
  " ...
endfunction

Configuration

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 Bindings

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