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:
parent
11f70291fa
commit
493d3273af
@ -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"
|
||||
```
|
||||
|
@ -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"
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user