summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index cd28e24..054b1c3 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -18,7 +18,7 @@ bind-key k select-pane -U
18bind-key C-k resize-pane -U 18bind-key C-k resize-pane -U
19bind-key [ copy-mode 19bind-key [ copy-mode
20bind-key ] paste-buffer 20bind-key ] paste-buffer
21bind-key o new-window 21bind-key o new-window -c "#{pane_current_path}"
22bind-key n next-window 22bind-key n next-window
23bind-key p previous-window 23bind-key p previous-window
24bind-key i break-pane 24bind-key i break-pane

Generated with cgit - Back to sebastiano.tronto.net