diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-02-05 04:09:16 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-02-05 04:09:16 +0100 |
| commit | 55bb362f5380c3887e31388501e4ef9d6a1df923 (patch) | |
| tree | 81cbbdbb1f124818db64ffc1184a8441fde16116 /.tmux.conf | |
| parent | 5e253e8615d1a8578205dcff8380aca20fa0f047 (diff) | |
| download | dotfiles-55bb362f5380c3887e31388501e4ef9d6a1df923.tar.gz | |
Update
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 | ||
