Add tmux alt+arrow bindings if missing

This commit is contained in:
David Heinemeier Hansson
2026-02-28 17:01:11 +01:00
parent aa3ea5b04a
commit 7934b0d51b
3 changed files with 29 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
# Restart tmux if running with the latest configuration
if pgrep -x tmux; then
tmux source-file ~/.config/tmux/tmux.conf
fi