Skip to content

Latest commit

 

History

History

windows

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Windows Layer

This layer provides common functionality for window operations.

Table of Contents

Install

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

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

Key Bindings

Key Binding Description
SPC w s Split window below
SPC w v Split window to the right
SPC w o Make the current window the only one
SPC w j Go to window below
SPC w k Go to window above
SPC w h Go to window on the left
SPC w l Go to window on the right
SPC w w Go to the other window
SPC w d Close current window
Key Binding Description
SPC w 0 Go to window 0
SPC w 1 Go to window 1
SPC w 2 Go to window 2
SPC w 3 Go to window 3
SPC w 4 Go to window 4
SPC w 5 Go to window 5
SPC w 6 Go to window 6
SPC w 7 Go to window 7
SPC w 8 Go to window 8
SPC w 9 Go to window 9
Key Binding Description
SPC 0 Go to window 0
SPC 1 Go to window 1
SPC 2 Go to window 2
SPC 3 Go to window 3
SPC 4 Go to window 4
SPC 5 Go to window 5
SPC 6 Go to window 6
SPC 7 Go to window 7
SPC 8 Go to window 8
SPC 9 Go to window 9