aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/keymap.c
Commit message (Expand)AuthorAge
* 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
| * eventloop: FocusGained: schedule event instead of pseudokeyJustin M. Keyes2017-09-05
* | keymap: Lint some functions to be copied for symbolic testsZyX2017-10-15
|/
* lintJustin M. Keyes2017-07-08
* 'cpoptions': remove "<" flag; ignore <special>Justin M. Keyes2017-07-08
* vim-patch:7.4.1976James McCoy2017-06-04
* Merge #6550 from ZyX-I/pvs-check-commentJustin M. Keyes2017-04-20
|\
| * *: Add comment to all C filesZyX2017-04-19
* | vim-patch:7.4.2209James McCoy2017-04-19
|/
* *: Partial string handling refactoringZyX2017-02-15
* vim-patch:7.4.1968 (#5949)Shougo2017-01-15