From d43315eff0e3bdc2e5894882b5cbd5bbfd190cde Mon Sep 17 00:00:00 2001 From: bbtdev <30316258+bbtdev@users.noreply.github.com> Date: Tue, 27 Aug 2019 19:33:45 +0300 Subject: [PATCH] Updated Keyboard mappings (markdown) --- Keyboard-mappings.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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