summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-09-17 20:42:04 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-09-17 20:42:04 +0200
commit8f5d02f4e3af718c50f93c709cda1a997c068472 (patch)
tree4b05bd87a2a6315bf40dc910ec8d6c8c674b9a12 /.tmux.conf
parent25946ebbde2745122af9d719eb68a840a69d0e8d (diff)
downloadconfig-8f5d02f4e3af718c50f93c709cda1a997c068472.tar.gz
config-8f5d02f4e3af718c50f93c709cda1a997c068472.zip
tmux: open new window in current path
Diffstat (limited to '.tmux.conf')
-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