Compare commits

...

2 commits

Author SHA1 Message Date
caandt 8ab6a334c4 tmux popups 2025-06-26 01:58:47 -05:00
caandt b3fd8a74bd lazygit 2025-06-14 13:05:53 -05:00
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,5 @@
gui:
switchTabsWithPanelJumpKeys: true
quitOnTopLevelReturn: true
update:
method: never

View file

@ -41,6 +41,10 @@ unbind v
unbind h
bind v split-window -h -c "#{pane_current_path}"
bind h split-window -v -c "#{pane_current_path}"
bind c-j display-popup -E -d "#{pane_current_path}" -w 90% -h 90% lazygit
bind c-p display-popup -E -d "#{pane_current_path}" "tmux new-session -s py python"
bind c-l display-menu -T "lock screen?" -C 1 yes y "run-shell physlock" no n ""
bind c-v display-popup -E -d "#{pane_current_path}" nvim
# reload config
unbind r