aboutsummaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-02-05 04:09:16 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-02-05 04:09:16 +0100
commit55bb362f5380c3887e31388501e4ef9d6a1df923 (patch)
tree81cbbdbb1f124818db64ffc1184a8441fde16116 /.tmux.conf
parent5e253e8615d1a8578205dcff8380aca20fa0f047 (diff)
downloaddotfiles-55bb362f5380c3887e31388501e4ef9d6a1df923.tar.gz
Update
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 94432fe..6d060f8 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -26,3 +26,8 @@ bind-key -r S-Up resize-pane -U 5
26bind-key -r S-Down resize-pane -D 5 26bind-key -r S-Down resize-pane -D 5
27bind-key -r S-Left resize-pane -L 5 27bind-key -r S-Left resize-pane -L 5
28bind-key -r S-Right resize-pane -R 5 28bind-key -r S-Right resize-pane -R 5
29
30bind s display-popup -d "#{pane_current_path}" -w 80% -h 80% -E bash
31bind g display-popup -d "#{pane_current_path}" -w 80% -h 80% -E lazygit
32bind h display-popup -w 80% -h 80% -E htop
33bind m display-popup -w 80% -h 80% -E mc