aboutsummaryrefslogtreecommitdiffstats
path: root/config/bindings.go
Commit message (Expand)AuthorAgeFilesLines
* config: rename bindings -> bindsRobin Jarry2022-11-161-440/+0
* bindings: add alt modifierJohn Gebbie2022-09-131-0/+39
* binds: display active keybinds in a dialog boxKoni Marti2022-08-221-5/+5
* bindings: fix FormatKeyStrokes for <tab> and <enter>Robin Jarry2022-08-101-1/+4
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-041-3/+4
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-7/+5
* binds: fix ctrl-i and ctrl-m key definitionsRobin Jarry2022-07-171-2/+2
* binds: fix incorrect key names for c-] and c-[Ivan Oleynikov2022-04-251-2/+2
* binds: allow to bind a command to < and >Koni Marti2022-04-171-0/+8
* review: display actual bindings for commandsRobin Jarry2022-02-021-0/+47
* bindings: fix ctrl-h binding not workingRobin Jarry2022-01-201-1/+1
* binds: add account specific bindingsJonathan Bartlett2021-12-111-0/+22
* bindings: support more modified keysRobin Jarry2021-10-281-4/+11
* bindings: prepare for more modifersRobin Jarry2021-10-281-155/+160
* update tcell to v2 and enable TrueColor supporty0ast2020-12-181-1/+1
* all: use fmt.Errorf for fomartting errorsWagner Riffel2019-09-041-1/+1
* lowercase all key bindingsReto Brunner2019-07-171-32/+32
* Change ex command to C-x when using terminalDrew DeVault2019-05-241-2/+2
* Add distinct keybindings for each compose viewDrew DeVault2019-05-141-1/+1
* Rig up terminal keybinding groupDrew DeVault2019-03-211-0/+1
* Add context-specific keybindingsDrew DeVault2019-03-211-0/+10
* Add additional context to key binding setDrew DeVault2019-03-211-4/+14
* Fix special key bindings (e.g. <C-d>)Drew DeVault2019-03-151-1/+6
* Rig up key bindingsDrew DeVault2019-03-151-156/+156
* Implement key bindings subsystemDrew DeVault2019-03-151-0/+284