Skip to content

Latest commit

 

History

History

tmux

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Tmux Layer

This layer provides extra functionality for running VIM inside tmux, using

Table of Contents

Install

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

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

Key Bindings

Key Binding Description
CTRL + h Switch to pane on the left
CTRL + j Switch to pane below
CTRL + k Switch to pane above
CTRL + l Switch to pane on the right