From 807ebe8054ac361849d8bd4c695996d35cb41037 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Tue, 27 Aug 2019 19:36:16 +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 290fcaf..6d33e5f 100644 --- a/Keyboard-mappings.md +++ b/Keyboard-mappings.md @@ -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' ```