Updated Keyboard mappings (markdown)

Kirill Chibisov 2019-08-27 19:36:16 +03:00
parent e38cd52a4d
commit 807ebe8054
1 changed files with 1 additions and 1 deletions

@ -235,7 +235,7 @@ shell:
``` ```
If you want to achieve SpawnNewInstance functionality when using tmux as shell, try the following binding to your tmux configuration file (~/.tmux.conf): 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 'alacritty --working-directory #{pane_current_path} -e tmux'
``` ```