diff options
Diffstat (limited to '.tmux.conf')
| -rw-r--r-- | .tmux.conf | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -26,3 +26,8 @@ bind-key -r S-Up resize-pane -U 5 | |||
| 26 | bind-key -r S-Down resize-pane -D 5 | 26 | bind-key -r S-Down resize-pane -D 5 |
| 27 | bind-key -r S-Left resize-pane -L 5 | 27 | bind-key -r S-Left resize-pane -L 5 |
| 28 | bind-key -r S-Right resize-pane -R 5 | 28 | bind-key -r S-Right resize-pane -R 5 |
| 29 | |||
| 30 | bind s display-popup -d "#{pane_current_path}" -w 80% -h 80% -E bash | ||
| 31 | bind g display-popup -d "#{pane_current_path}" -w 80% -h 80% -E lazygit | ||
| 32 | bind h display-popup -w 80% -h 80% -E htop | ||
| 33 | bind m display-popup -w 80% -h 80% -E mc | ||
