nvim + tmux tweaks

This commit is contained in:
Henrik Bakken
2026-04-18 01:53:01 +02:00
parent 608d9b8cf7
commit f0e19a1f71
2 changed files with 34 additions and 38 deletions
+4
View File
@@ -104,6 +104,10 @@ bind t clock-mode
# Show pane numbers
bind i display-panes
ps_pid='#(pgrep -P "#{pane_pid}" | tr "\n" " ")'
cmd='#(ps --no-headers -o args $(pgrep -P "#{pane_pid}"))'
bind P display-message -d 100000 "${cmd} FOLDER:#{pane_current_path} CMD:#{=/-20/…:pane_current_command} PID:${ps_pid}"
# Config Reloads
bind r source-file ~/.config/tmux/tmux.conf \; refresh-client \; display-message "Config reloaded"