configuration hints
This commit is contained in:
parent
f9a56f2cc0
commit
2cb5ad0f61
|
@ -26,6 +26,8 @@ By default the plugin uses awesomewm's builtin implementation (`root.fake_input`
|
||||||
|
|
||||||
## 📦 Installation
|
## 📦 Installation
|
||||||
|
|
||||||
|
The configuration of vim or tmux is optional if you only use one of them.
|
||||||
|
|
||||||
### awesomewm:
|
### awesomewm:
|
||||||
|
|
||||||
Clone the repo:
|
Clone the repo:
|
||||||
|
@ -146,7 +148,7 @@ set-option -g set-titles on
|
||||||
set-option -g set-titles-string '#S: #W - TMUX'
|
set-option -g set-titles-string '#S: #W - TMUX'
|
||||||
```
|
```
|
||||||
|
|
||||||
Custom keybinds have to match your awesomewm configuration.
|
Please note that if you're using custom vim keybinds, you have to edit the `{ send-keys <keybind> }` section for each tmux bind to match your vim configuration.
|
||||||
|
|
||||||
## ❓ Troubleshooting
|
## ❓ Troubleshooting
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue