aboutsummaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
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