summaryrefslogtreecommitdiff
path: root/alot/defaults/default.bindings
Commit message (Collapse)AuthorAge
* add default binding for dynamic indentation changePatrick Totzke2017-11-05
|
* adding support for mouse scrollingSamantha Marshall2017-01-09
|
* make `G=move last` a global defaul bindingPatrick Totzke2013-05-30
|
* more vim-like movementsSebastian Jeltsch2013-04-20
| | | | | | | added: * ctrl d = half page down * ctrl u = half page up * G = focus last entry (only search buffer for now)
* Merge branch '0.3.4-feature-repeat-534' into 0.3.4-feature-urwidtreesPatrick Totzke2013-03-03
|\
| * add '. = repeat' to default key bindingsChristopher Schwardt2013-02-19
| |
* | adjust default bindings for fold/unfold all in thread modePatrick Totzke2013-03-03
| |
* | reorder default bindings for toggle[headers|source]Patrick Totzke2013-03-03
| |
* | pimp default bindingsPatrick Totzke2013-03-03
| |
* | add new default binding for 'move first'Patrick Totzke2013-03-03
| |
* | add/move some default key bindingsPatrick Totzke2013-03-03
|/
* added new default binding for bouncePatrick Totzke2012-09-22
| | | | ... in thread mode
* default binding to reset From header in envelopePatrick Totzke2012-09-22
|
* doc: clean upPatrick Totzke2012-09-01
|
* cleanup: pep8/pyflakes fixesPatrick Totzke2012-09-01
|
* rename 'select' bufferlist command to 'open'Patrick Totzke2012-08-31
|
* adjust default bindingsPatrick Totzke2012-08-20
| | | | | | to map enter and not select. in some modes select is still a command and we thus map enter to select. But select is *not* a virtual keypress any more
* update default bindingsPatrick Totzke2012-08-19
|
* read default bindings from default/default.bindingsPatrick Totzke2012-08-01
This re-introduces a separate file containing the default keybindings for alot. The values from this file are *always* used as fallbacks and can be overwritten by bindings from the users config. To be able to unbind a default binding just bind it to an empty string. The same will allow buffer-local bindings to be overwritten by global bindings as described in https://github.com/pazz/alot/issues/403#issuecomment-4434948. cf issue #487