diff --git a/Keyboard-mappings.md b/Keyboard-mappings.md index 97093bd..be46def 100644 --- a/Keyboard-mappings.md +++ b/Keyboard-mappings.md @@ -232,4 +232,10 @@ shell: program: /usr/local/bin/tmux args: - -u # force UTF-8 in tmux -``` \ No newline at end of file +``` + +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. \ No newline at end of file