summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-05-28 09:22:52 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-05-28 09:23:28 +0200
commit8ef8285c610b072e4b0c0c414265fedcde9a1e2a (patch)
tree899b507510f7f514170fc8920097aa773b14da20
parent0618a41697ee823d52a2a6bf5c6b23ce6f3b6722 (diff)
downloadconfig-8ef8285c610b072e4b0c0c414265fedcde9a1e2a.tar.gz
config-8ef8285c610b072e4b0c0c414265fedcde9a1e2a.zip
Rebind : and open new panes in current path
-rw-r--r--.tmux.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 494ff40..f460026 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -5,8 +5,9 @@ unbind -a -T root
5# Custom bindings 5# Custom bindings
6set -g prefix C-f 6set -g prefix C-f
7bind-key -n C-f send-prefix 7bind-key -n C-f send-prefix
8bind-key \' split-window -v 8bind-key f command-prompt
9bind-key \; split-window -h 9bind-key \' split-window -v -c "#{pane_current_path}"
10bind-key \; split-window -h -c "#{pane_current_path}"
10bind-key l select-pane -R 11bind-key l select-pane -R
11bind-key C-l resize-pane -R 12bind-key C-l resize-pane -R
12bind-key h select-pane -L 13bind-key h select-pane -L

Generated with cgit - Back to sebastiano.tronto.net