Change my old keybind preferences for how I currently use vi-keys
This commit is contained in:
parent
6a923426b0
commit
e44947d763
@ -4,9 +4,20 @@
|
|||||||
|
|
||||||
# Pager bindings
|
# Pager bindings
|
||||||
|
|
||||||
bind pager <down> next-line
|
#bind pager <down> next-line
|
||||||
bind pager <up> previous-line
|
#bind pager <up> previous-line
|
||||||
|
bind pager j next-line
|
||||||
|
bind pager k previous-line
|
||||||
bind pager / search
|
bind pager / search
|
||||||
bind pager 0 top
|
bind pager 0 top
|
||||||
bind pager G bottom
|
bind pager G bottom
|
||||||
bind pager g group-reply
|
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user