Updated Keyboard mappings (markdown)
parent
807ebe8054
commit
c5de4a755a
|
@ -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`):
|
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.
|
Test with "C", change with your desired key combinations.
|
Loading…
Reference in New Issue