mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-25 07:30:04 +08:00
1.5 KiB
1.5 KiB
title | description | lang |
---|---|---|
SpaceVim tmux 模块 | 该模块主要提供了一些在 Vim 内操作 tmux 的功能,使得在 tmux 窗口之间跳转更加便捷。 | cn |
可用模块 >> tmux
模块简介
该模块主要提供了一些在 Vim 内操作 tmux 的功能,使得在 tmux 窗口之间跳转更加便捷。
功能特性
- tmux 配置文件语法高亮
- tmux 状态栏
- 快速执行 tmux 命令
启用模块
可通过在配置文件内加入如下配置来启用该模块:
[[layers]]
name = "tmux"
模块选项
tmuxline_separators
: default value is same as SpaceVim optionsstatusline_separator
, available values include:arrow
,curve
,slant
,barce
,fire
,nil
.tmuxline_separators_alt
: default value is same as SpaceVim optionsstatusline_inactive_separator
available values include:arrow
,bar
,nil
.
快捷键
按键 | 功能描述 |
---|---|
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 |