diff options
| author | Anton Bobov <abobov@gmail.com> | 2011-10-17 11:54:08 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2011-10-17 11:56:00 +0600 |
| commit | b63ddd9406eabce7887ae13057732c9672b3fd75 (patch) | |
| tree | eaaec064bfdd4902327965bd34729b6d257077f1 /files/.mutt/bindings | |
| parent | dcd755f2e5243cc0f7ef3d004309bae3ab5dd545 (diff) | |
f
Diffstat (limited to 'files/.mutt/bindings')
| -rw-r--r-- | files/.mutt/bindings | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/files/.mutt/bindings b/files/.mutt/bindings new file mode 100644 index 0000000..3ed33a3 --- /dev/null +++ b/files/.mutt/bindings @@ -0,0 +1,29 @@ +bind generic <Home> first-entry +bind generic <End> last-entry +bind generic <Left> previous-entry +bind generic <Right> next-entry +bind generic "(" current-top + +bind index "{" previous-thread +bind index "}" next-thread +bind index <Up> previous-thread +bind index <Down> next-thread +bind index - collapse-thread +bind index "F" flag-message +bind index \CP sidebar-prev +bind index \CN sidebar-next +bind index \CO sidebar-open + +bind pager <Home> top +bind pager <End> bottom +bind pager "{" previous-thread +bind pager "}" next-thread +bind pager <Up> previous-line +bind pager <Down> next-line +bind pager <Left> previous-entry +bind pager <Right> next-entry +bind pager \CP sidebar-prev +bind pager \CN sidebar-next +bind pager \CO sidebar-open + +# vim: ft=muttrc |
