From 55bb362f5380c3887e31388501e4ef9d6a1df923 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 5 Feb 2026 04:09:16 +0100 Subject: Update --- .tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.tmux.conf') 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 bind-key -r S-Down resize-pane -D 5 bind-key -r S-Left resize-pane -L 5 bind-key -r S-Right resize-pane -R 5 + +bind s display-popup -d "#{pane_current_path}" -w 80% -h 80% -E bash +bind g display-popup -d "#{pane_current_path}" -w 80% -h 80% -E lazygit +bind h display-popup -w 80% -h 80% -E htop +bind m display-popup -w 80% -h 80% -E mc -- cgit v1.2.3