浏览代码

muttrc: set more vim-like keybindings

Signed-off-by: Andrey Drobyshev <drmtmych@gmail.com>
tags/v3.1
Andrey Drobyshev 6 年前
父节点
当前提交
a2edd469c2
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      muttrc

+ 6
- 0
muttrc 查看文件

@@ -26,6 +26,12 @@ alternative_order text/plain text/enriched text/html
bind editor <space> noop
bind index G last-entry
bind index gg first-entry
bind pager j next-line
bind pager k previous-line
bind attach,index,pager \CD next-page
bind attach,index,pager \CU previous-page
bind pager gg top
bind pager G bottom
bind index d half-down
bind index u half-up
bind index D delete-message


正在加载...
取消
保存