diff options
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/tmux.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 82f9ad6..f96cc7c 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -17,11 +17,11 @@ bind-key J resize-pane -D 5 bind-key K resize-pane -U 5 bind-key L resize-pane -R 5 -bind-key g popup -E -w 95% -h 95% -d '#{pane_current_path}' lazygit -bind-key f popup -E -w 95% -h 95% -d '#{pane_current_path}' ranger +bind-key g popup -E -w 99% -h 99% -d '#{pane_current_path}' lazygit +bind-key f popup -E -w 99% -h 99% -d '#{pane_current_path}' ranger bind-key e run-shell -b "cd '#{pane_current_path}' && hexai-tmux-edit --pane '#{pane_id}'" -bind-key N popup -E -w 95% -h 95% hx ~/Notes -bind-key t popup -E -w 95% -h 95% hx fish +bind-key N popup -E -w 99% -h 99% hx ~/Notes +bind-key t popup -E -w 99% -h 99% hx fish # bind-key b break-pane -d bind-key c new-window -c '#{pane_current_path}' |
