Updated Keyboard mappings (markdown)

bbtdev 2019-08-28 23:16:30 +03:00
parent 807ebe8054
commit c5de4a755a
1 changed files with 1 additions and 1 deletions

@ -237,6 +237,6 @@ shell:
If you want to achieve `SpawnNewInstance` functionality when using tmux as shell, try adding the following binding to your tmux configuration file (e.g. `~/.tmux.conf`):
```
bind -n C run-shell 'alacritty --working-directory #{pane_current_path} -e tmux'
bind -n C run-shell -b 'alacritty --working-directory #{pane_current_path} -e tmux'
```
Test with "C", change with your desired key combinations.