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.hh
Age
Commit message (
Expand
)
Author
2015-07-01
Add remapping of text object keys
Viktor Palmkvist
2015-04-11
Use char for KeyMapMode enum
Maxime Coste
2015-03-09
ArrayView content is not const anymore
Maxime Coste
2015-01-12
Yet more tracking
Maxime Coste
2015-01-06
Rename memoryview to ArrayView
Maxime Coste
2014-12-23
Remove trailing blank lines
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-12-12
Add support for user mappings, bound to comma
Maxime Coste
2014-11-12
Cleanup includes
Maxime Coste
2014-10-30
Add scope class and encapsulate Options, Keymaps, Aliases and Hooks in it
Maxime Coste
2014-09-23
Add support for mapping keys in goto/view commands
Maxime Coste
2014-05-04
minor style tweak
Maxime Coste
2013-11-18
rename idvaluemap to id_map, remove Id template param, use String
Maxime Coste
2013-11-18
Resurect idvaluemap, order of traversal matters
Maxime Coste
2013-11-17
remove idvaluemap, use unordered_map in place
Maxime Coste
2013-10-25
Add key mapping support
Maxime Coste