瀏覽代碼

Merge pull request #116 from ettom/master

muttrc: add vim-like keybindings for file browser
tags/v3.1
Luke Smith 5 年之前
committed by GitHub
父節點
當前提交
758516a9cb
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 7 行新增5 行删除
  1. +7
    -5
      muttrc

+ 7
- 5
muttrc 查看文件

@@ -31,13 +31,15 @@ bind index G last-entry
bind index gg first-entry
bind pager j next-line
bind pager k previous-line
bind pager gg top
bind pager G bottom
bind index d half-down
bind index u half-up
bind browser h goto-parent
bind browser l select-entry
bind pager,browser gg top-page
bind pager,browser G bottom-page
bind index,browser d half-down
bind index,browser u half-up
bind index D delete-message
bind index U undelete-message
bind index F search
bind index,browser F search
bind index,pager R group-reply
bind index \031 previous-undeleted # Mouse wheel
bind index \005 next-undeleted # Mouse wheel


Loading…
取消
儲存