Change my old keybind preferences for how I currently use vi-keys

This commit is contained in:
Orien Vandenbergh 2025-04-22 13:32:27 -04:00
parent 6a923426b0
commit e44947d763

View File

@ -4,9 +4,20 @@
# Pager bindings
bind pager <down> next-line
bind pager <up> previous-line
#bind pager <down> next-line
#bind pager <up> previous-line
bind pager j next-line
bind pager k previous-line
bind pager / search
bind pager 0 top
bind pager G bottom
bind pager g group-reply
#
# Sidebar Navigation ---------------------------------
bind index <down> sidebar-next
bind index <up> sidebar-prev
bind index <right> sidebar-open
# Replicate Gmail in Gmail
macro index,pager A "<save-message>=[Gmail]/All Mail<enter>" "Archive"