SpaceVim

A modular Vim/Neovim configuration


Home | About | Quick start guide | Documentation | Development | Community | Sponsors | 中文


Available Layers » tmux

Description

This layer adds integration between tmux and vim panes. Switch between panes seamlessly.

colored tmuxline, Syntax highlighting, commenting, man page navigation and ability to execute lines as tmux commands.

Install

To use this configuration layer, update your custom configuration file with:

[[layers]]
  name = "tmux"

Layer options

Key bindings

Key bindings Description
Ctrl-h Switch to vim/tmux pane in left direction
Ctrl-j Switch to vim/tmux pane in down direction
Ctrl-k Switch to vim/tmux pane in up direction
Ctrl-l Switch to vim/tmux pane in right direction

To use alt as the default navigator modifier:

[[layers]]
  name = "tmux"
  tmux_navigator_modifier = "alt"

Powered by Jekyll