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.cc
Age
Commit message (
Expand
)
Author
2013-05-17
Allow macros to call other macros, only recursive macro calls are forbidden
Maxime Coste
2013-05-16
Show an info box with available option when waiting for a key
Maxime Coste
2013-05-15
add '&' for aligning selections
Maxime Coste
2013-05-15
Full object selection support for paragraphs and sentences
Maxime Coste
2013-05-13
fix regex prompt whith empty regex
Maxime Coste
2013-05-13
Use more std::* for string handling
Maxime Coste
2013-04-30
add paragraph (p) object
Maxime Coste
2013-04-30
add sentence (s) object
Maxime Coste
2013-04-23
use alt-J for joining and selecting the spaces replacing line breaks
Maxime Coste
2013-04-22
use a DynamicSelectionList when searching as the buffer may be modified durin...
Maxime Coste
2013-04-19
rename go function to goto_commands
Maxime Coste
2013-04-17
change swapped_case implementation
Maxime Coste
2013-04-16
add alt-X for trimming non full lines
Maxime Coste
2013-04-16
normal.cc: remove useless do_ prefix on function names
Maxime Coste
2013-04-16
move view commands to v prefix instead of z
Maxime Coste
2013-04-12
move normal mode implementation to normal.{cc,hh}
Maxime Coste
[prev]