From c5de4a755aaf93a89d2907390c105db5488ea623 Mon Sep 17 00:00:00 2001 From: bbtdev <30316258+bbtdev@users.noreply.github.com> Date: Wed, 28 Aug 2019 23:16:30 +0300 Subject: [PATCH] Updated Keyboard mappings (markdown) --- Keyboard-mappings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Keyboard-mappings.md b/Keyboard-mappings.md index 6d33e5f..1330025 100644 --- a/Keyboard-mappings.md +++ b/Keyboard-mappings.md @@ -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. \ No newline at end of file