index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
keymap_manager.cc
Age
Commit message (
Expand
)
Author
2023-07-20
Allow map/unmap during mapping execution
Johannes Altmanninger
2023-07-03
map: fail if key is currently executing
Johannes Altmanninger
2023-05-29
Refactor KeymapManager to enfore setting is_executing on key iteration
Maxime Coste
2023-05-25
unmap: fail if the mapping is currently executing
Johannes Altmanninger
2018-09-23
Add a way to unmap all keys of a given mode at once
Delapouite
2018-03-25
Unify code that validates identifiers in Kakoune
Maxime Coste
2018-03-11
Handle hyphens in user-mode names
Delapouite
2018-03-02
Remove <scope> from user-modes commands
Delapouite
2018-02-18
Small code tweaks regarding user modes
Maxime Coste
2018-02-12
Add declare-user-mode / enter-user-mode commands
Delapouite
2017-11-24
Rename KeyMapInfo → KeymapInfo
Delapouite
2017-07-11
Preserve order of definition of mappings when listing them
Maxime Coste
2017-03-07
Replace uses of UnorderedMap with HashMap
Maxime Coste
2017-03-03
Add docstring support for mappings, and use them in autoinfo
Maxime Coste
2015-03-09
ArrayView content is not const anymore
Maxime Coste
2015-01-06
Rename memoryview to ArrayView
Maxime Coste
2014-12-17
Tweak keymap_manager style, fix missing move
Maxime Coste
2014-12-16
Rework hashing, use a more extensible framework similar to n3876 proposal
Maxime Coste
2014-11-12
Cleanup includes
Maxime Coste
2013-10-25
Add key mapping support
Maxime Coste