Updated Keyboard mappings (markdown)
parent
c56d896f78
commit
d43315eff0
|
@ -233,3 +233,9 @@ shell:
|
||||||
args:
|
args:
|
||||||
- -u # force UTF-8 in tmux
|
- -u # force UTF-8 in tmux
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you want to achieve SpawnNewInstance functionality when using tmux as shell, try the following binding to your tmux configuration file (~/.tmux.conf):
|
||||||
|
```
|
||||||
|
bind -n C run-shell 'alacritty --working-directory #{pane_current_path} -e tmux'
|
||||||
|
```
|
||||||
|
Test with "C", change with your desired key combinations.
|
Loading…
Reference in New Issue