aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/keymap.c
Commit message (Expand)AuthorAge
* refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535)zeertzjq2022-05-12
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* vim-patch:8.2.4858: K_SPECIAL may be escaped twicezeertzjq2022-05-03
* vim-patch:8.2.4829: a key may be simplified to NULzeertzjq2022-04-29
* 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
* vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledzeertzjq2022-04-29
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* feat(keymap): add F38-F63 keys (#17893)zeertzjq2022-04-11
* feat(input): enable <tab>/<c-i>, <cr>/<c-m>, <esc>/<c-[> pairs unconditionallybfredl2022-03-24
* feat(input)!: delay some conversions to vgetc()zeertzjq2022-03-24
* refactor: remove CSI unescaping and clean up related names and commentszeertzjq2022-01-21
* refactor: remove the <xCSI> keyzeertzjq2022-01-21
* refactor(macros): delete multibyte macros which just are aliasesBjörn Linse2021-11-14
* refactor(multibyte): eliminate mb_char2len alias for utf_char2lenBjörn Linse2021-11-14
* refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2lenBjörn Linse2021-11-14
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* vim-patch:8.1.1355: obvious mistakes are accepted as valid expressionsSean Dewar2021-09-11
* refactor: replace TRUE/FALSE macros with C99 true/falseDundar Göc2021-07-25
* lintJan Edmund Lazo2021-05-06
* vim-patch:8.0.1309: cannot use 'balloonexpr' in a terminalJan Edmund Lazo2021-05-06
* keymap: Preserve S- modifier when C- is presentJames McCoy2020-11-16
* Understand Escape as another name for EscJames McCoy2020-11-16
* lua: add vim.register_keystroke_callback (#12536)TJ DeVries2020-08-14
* [squash] fix comment [skip ci]erw72020-05-26
* vim-patch:8.1.1300: in a terminal 'ballooneval' does not work right awayJan Edmund Lazo2019-12-30
* vim-patch:8.1.0362: cannot get the script line number when executing a functionerw72019-09-04
* log: log_key()Justin M. Keyes2019-08-27
* paste: WIP #4448Justin M. Keyes2019-08-27
* keymap: allow modifiers to multibyte chars, like <m-ä>Björn Linse2019-08-16
* keymap, terminal: more keycodes #9810Olivier G-R2019-03-31
* keymap: add more (keypad) keycodes #9793Olivier G-R2019-03-29
* lint: clean-up after parent commitsZviRackover2018-09-09
* Remove has_mbytes local to lines changed in parent commitZviRackover2018-09-09
* Refactor: Remove occurences of mb_char2bytesZviRackover2018-09-09
* lint: clean-up after parent commitsZviRackover2018-08-31
* Refactor: remove mb_ptr2len_len, mb_ptr2cells and mb_ptr2cells_lenZviRackover2018-08-31
* 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
* os/input.c: parse keycodes in non-string context #7411lePerdu2018-01-18
* keymap: Do not use vim_isIDc in keymap.cZyX2017-11-30
* *: Fix some typos found by oni-linkZyX2017-11-06
* *: Fix linter errorsZyX2017-10-30
* keymap: Remove incorrect castZyX2017-10-16
* klee: Update key_name_entry tableZyX2017-10-16
* keymap: Readd figure braces disappeared when resolving conflictsZyX2017-10-15
* Merge branch 'master' into expression-parserZyX2017-10-15
|\
| * lintJustin M. Keyes2017-09-05