This layer provides extra functionality for running VIM inside tmux, using
Add the +nav/tmux
layer in your configuration file,
function! Layers()
" ...
Layer '+nav/tmux'
" ...
endfunction
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 |