aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/keymap.h
Commit message (Expand)AuthorAge
* refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535)zeertzjq2022-05-12
* vim-patch:8.2.0867: using \{xxx} for encoding a modifier is not nicezeertzjq2022-04-29
* vim-patch:8.2.0855: GUI tests fail because the test doesn't use a modifierzeertzjq2022-04-29
* feat(keymap): add F38-F63 keys (#17893)zeertzjq2022-04-11
* refactor: remove unused K_AUCMD_SPECIALzeertzjq2022-03-01
* feat(lua): add api and lua autocmdsTJ DeVries2022-02-27
* vim-patch:8.2.4267: unused entry in keymap enum (#17255)zeertzjq2022-01-31
* refactor: remove CSI unescaping and clean up related names and commentszeertzjq2022-01-21
* refactor: remove the <xCSI> keyzeertzjq2022-01-21
* feat(api): add support for lua function & description in keymapshadmansaleh2022-01-01
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor: make commas trail in enumsDundar Göc2021-10-19
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* chore: use codespell to spell check #15016dundargoc2021-07-07
* vim-patch:8.0.1309: cannot use 'balloonexpr' in a terminalJan Edmund Lazo2021-05-06
* vim-patch:8.1.2366: using old C style commentsJan Edmund Lazo2020-04-12
* vim-patch:8.1.0140: recording into a register has focus eventsJan Edmund Lazo2020-02-01
* paste: WIP #4448Justin M. Keyes2019-08-27
* keymap, terminal: more keycodes #9810Olivier G-R2019-03-31
* keymap: add more (keypad) keycodes #9793Olivier G-R2019-03-29
* Merge #8736 'vim-patch:8.0.0697: stable keymap.h'Justin M. Keyes2018-07-13
|\
| * keymap: add commented events to match 8.0.0697Jan Edmund Lazo2018-07-13
| * vim-patch:8.0.0697: recorded key sequences may become invalidJan Edmund Lazo2018-07-10
|/
* insert-mode: interpret unmapped META as ESCJustin M. Keyes2018-04-04
* getchar: implement <Cmd> key to invoke command in any modeBjörn Linse2018-03-23
* vim-patch:8.0.0212: buffer for key name may be too small (#8009)KunMing Xie2018-02-18
* eventloop: FocusGained: schedule event instead of pseudokeyJustin M. Keyes2017-09-05
* 'cpoptions': remove "<" flag; ignore <special>Justin M. Keyes2017-07-08
* keymap: Make replace_termcodes and friends accept length and cpo_flagsZyX2016-04-18
* keymap: Support <D-...> (super/command key).Justin M. Keyes2016-02-22
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* input: Remove CURSORHOLD keyThiago de Arruda2015-10-26
* tui: Don't use 'pastetoggle' for automatic pastingThiago de Arruda2015-10-01
* Remove :tearoff #3007Marco Hinz2015-07-15
* Cleanup 'ttym[ouse]', FEAT_MOUSE, mouse_(dec|gpm|etc.)Michael Reed2015-05-18
* Cleanup misc.Michael Reed2015-05-18
* Remove QNX/pterm remnantsMichael Reed2015-01-11
* Remove FEAT_MOUSE_JSBFredrik Fornwall2014-07-29
* Fix some stylesZyX2014-06-02
* Add automatic generation of headersZyX2014-06-02
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15