1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 23:49:19 +08:00

Update doc for tmux layer

This commit is contained in:
Shidong Wang 2018-12-16 12:41:57 +08:00
parent 11f70291fa
commit 493d3273af
2 changed files with 16 additions and 0 deletions

View File

@ -49,3 +49,11 @@ lang: cn
| `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 |
若要使用 `alt` 键作为快捷键前缀,可以设置模块选项:
```toml
[[layers]]
name = "tmux"
tmux_navigator_modifier = "alt"
```

View File

@ -45,3 +45,11 @@ To use this configuration layer, update custom configuration file with:
| `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:
```toml
[[layers]]
name = "tmux"
tmux_navigator_modifier = "alt"
```