Skip to content

Latest commit

 

History

History

navigation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Navigation Layer

This layer provides common functionality for navigating smoothly around Neovim.

Table of Contents

Install

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

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

Key Bindings

Key Binding Description
SPC N < Go to first line
SPC N G Go to last line
SPC N > Go to line number
SPC N b Scroll page up
SPC N f Scroll page down
SPC N j Scroll line up
SPC N k Scroll line down