Updated Keyboard mappings (markdown)

bbtdev 2019-08-27 19:33:45 +03:00
parent c56d896f78
commit d43315eff0
1 changed files with 7 additions and 1 deletions

@ -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.