index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
keymap.c
Commit message (
Expand
)
Author
Age
*
refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535)
zeertzjq
2022-05-12
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-09
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-07
*
vim-patch:8.2.4858: K_SPECIAL may be escaped twice
zeertzjq
2022-05-03
*
vim-patch:8.2.4829: a key may be simplified to NUL
zeertzjq
2022-04-29
*
vim-patch:8.2.0867: using \{xxx} for encoding a modifier is not nice
zeertzjq
2022-04-29
*
vim-patch:8.2.0855: GUI tests fail because the test doesn't use a modifier
zeertzjq
2022-04-29
*
vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabled
zeertzjq
2022-04-29
*
refactor: convert macros to all-caps (#17895)
dundargoc
2022-04-24
*
feat(keymap): add F38-F63 keys (#17893)
zeertzjq
2022-04-11
*
feat(input): enable <tab>/<c-i>, <cr>/<c-m>, <esc>/<c-[> pairs unconditionally
bfredl
2022-03-24
*
feat(input)!: delay some conversions to vgetc()
zeertzjq
2022-03-24
*
refactor: remove CSI unescaping and clean up related names and comments
zeertzjq
2022-01-21
*
refactor: remove the <xCSI> key
zeertzjq
2022-01-21
*
refactor(macros): delete multibyte macros which just are aliases
Björn Linse
2021-11-14
*
refactor(multibyte): eliminate mb_char2len alias for utf_char2len
Björn Linse
2021-11-14
*
refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2len
Björn Linse
2021-11-14
*
vim-patch:8.1.0743: giving error messages is not flexible
James McCoy
2021-11-01
*
refactor: reformat with uncrustify #15736
dundargoc
2021-09-20
*
vim-patch:8.1.1355: obvious mistakes are accepted as valid expressions
Sean Dewar
2021-09-11
*
refactor: replace TRUE/FALSE macros with C99 true/false
Dundar Göc
2021-07-25
*
lint
Jan Edmund Lazo
2021-05-06
*
vim-patch:8.0.1309: cannot use 'balloonexpr' in a terminal
Jan Edmund Lazo
2021-05-06
*
keymap: Preserve S- modifier when C- is present
James McCoy
2020-11-16
*
Understand Escape as another name for Esc
James McCoy
2020-11-16
*
lua: add vim.register_keystroke_callback (#12536)
TJ DeVries
2020-08-14
*
[squash] fix comment [skip ci]
erw7
2020-05-26
*
vim-patch:8.1.1300: in a terminal 'ballooneval' does not work right away
Jan Edmund Lazo
2019-12-30
*
vim-patch:8.1.0362: cannot get the script line number when executing a function
erw7
2019-09-04
*
log: log_key()
Justin M. Keyes
2019-08-27
*
paste: WIP #4448
Justin M. Keyes
2019-08-27
*
keymap: allow modifiers to multibyte chars, like <m-ä>
Björn Linse
2019-08-16
*
keymap, terminal: more keycodes #9810
Olivier G-R
2019-03-31
*
keymap: add more (keypad) keycodes #9793
Olivier G-R
2019-03-29
*
lint: clean-up after parent commits
ZviRackover
2018-09-09
*
Remove has_mbytes local to lines changed in parent commit
ZviRackover
2018-09-09
*
Refactor: Remove occurences of mb_char2bytes
ZviRackover
2018-09-09
*
lint: clean-up after parent commits
ZviRackover
2018-08-31
*
Refactor: remove mb_ptr2len_len, mb_ptr2cells and mb_ptr2cells_len
ZviRackover
2018-08-31
*
getchar: implement <Cmd> key to invoke command in any mode
Björn Linse
2018-03-23
*
vim-patch:8.0.0212: buffer for key name may be too small (#8009)
KunMing Xie
2018-02-18
*
os/input.c: parse keycodes in non-string context #7411
lePerdu
2018-01-18
*
keymap: Do not use vim_isIDc in keymap.c
ZyX
2017-11-30
*
*: Fix some typos found by oni-link
ZyX
2017-11-06
*
*: Fix linter errors
ZyX
2017-10-30
*
keymap: Remove incorrect cast
ZyX
2017-10-16
*
klee: Update key_name_entry table
ZyX
2017-10-16
*
keymap: Readd figure braces disappeared when resolving conflicts
ZyX
2017-10-15
*
Merge branch 'master' into expression-parser
ZyX
2017-10-15
|
\
|
*
lint
Justin M. Keyes
2017-09-05
[next]