added zen mode plugin for neovim, order sessions alphabetically in tmux

This commit is contained in:
2025-06-03 23:35:14 +05:00
parent 1195d9a9bc
commit 9bc657fd61
3 changed files with 16 additions and 0 deletions

View File

@ -16,6 +16,9 @@ bind-key -T copy-mode-vi v send-keys -X begin-selection
# Use y to yank current selection
bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
# open alphabetically sorted session list
bind s choose-tree -Zs -O name
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U