Add tmux keybindings viewer

This commit is contained in:
Ryan Hughes
2026-05-13 00:20:38 -04:00
parent be55e8048c
commit 087909714e
5 changed files with 268 additions and 2 deletions
+2 -1
View File
@@ -3,8 +3,9 @@ set -g prefix C-Space
set -g prefix2 C-b
bind C-Space send-prefix
# Reload config
# Config and help
bind q source-file ~/.config/tmux/tmux.conf \; display "Configuration reloaded"
bind ? display-popup -E -w 80% -h 70% -T "Tmux keybindings" "omarchy-menu-tmux-keybindings --print | less -R"
# Vi mode for copy
setw -g mode-keys vi