mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
more WIP for getting neomutt working like vim
This commit is contained in:
parent
459ec88165
commit
ee13adeb43
1 changed files with 4 additions and 1 deletions
|
@ -30,7 +30,7 @@ source ~/.config/neomutt/themes/spacechalk/powerline.neomuttrc
|
|||
source ~/.config/neomutt/keys
|
||||
|
||||
|
||||
# VI bindings for moving around, so that neomutt feels like vim
|
||||
# VI key bindings for moving around, so that neomutt feels like vim
|
||||
bind attach,browser,index G last-entry
|
||||
bind attach,browser,index g noop
|
||||
bind attach,browser,index gg first-entry
|
||||
|
@ -42,6 +42,9 @@ bind pager gg top
|
|||
bind pager j next-line
|
||||
bind pager k previous-line
|
||||
|
||||
# set meta_key = yes
|
||||
# set abort_key = "<Esc>"
|
||||
|
||||
|
||||
# --------------------------- IMAP settings --------------------------- #
|
||||
# Local protonmail-bridge host server: 127.0.0.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue