summaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-14 16:06:44 +0200
committerPaul Buetow <paul@buetow.org>2026-03-14 16:06:44 +0200
commit38a60c6033c15d226f43cf3755cac6d5c3f4dd78 (patch)
tree90b1f86ec751fde7dd7ab1f90a9b16fde91fa305 /tmux
parent083a44dff5244a1d28d064b009f550a53204265d (diff)
Update
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf8
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}'