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
/
normal.hh
Age
Commit message (
Expand
)
Author
2023-03-11
Make linewise bracketed paste match P behavior
Johannes Altmanninger
2019-11-09
Add static or const where useful
Jason Felice
2019-05-13
Support discarding selections in exec/eval -itersel
Maxime Coste
2019-01-24
Header and dependency cleanup
Maxime Coste
2018-02-12
Add declare-user-mode / enter-user-mode commands
Delapouite
2017-10-20
Make the normal mode keymap a compile time hash map
Maxime Coste
2017-10-20
Move keymap as an implementation detail of the normal mode keys
Maxime Coste
2017-03-16
Use a HashMap to store the normal mode keymap
Maxime Coste
2015-03-09
Use a static array to store the keymap
Maxime Coste
2015-03-08
Use a sorted array for keymap rather than an unordered map
Maxime Coste
2015-03-05
Rework keymap to use function pointer rather than std::function
Maxime Coste
2014-12-16
Rework hashing, use a more extensible framework similar to n3876 proposal
Maxime Coste
2014-11-28
Support selecting yank/paste register with "
Maxime Coste
2014-07-10
Add docstring for normal mode commands and display them if autoinfo >= 2
Maxime Coste
2014-05-25
Move insert/erase methods from normal.cc to member functions in SelectionList
Maxime Coste
2013-12-15
move InsertMode to normal.hh
Maxime Coste
2013-10-10
Remove Context::numeric_param, pass it directly to normal mode functions
Maxime Coste
2013-04-12
move normal mode implementation to normal.{cc,hh}
Maxime Coste