summaryrefslogtreecommitdiff
path: root/src/normal.cc
AgeCommit message (Expand)Author
2013-05-17Allow macros to call other macros, only recursive macro calls are forbiddenMaxime Coste
2013-05-16Show an info box with available option when waiting for a keyMaxime Coste
2013-05-15add '&' for aligning selectionsMaxime Coste
2013-05-15Full object selection support for paragraphs and sentencesMaxime Coste
2013-05-13fix regex prompt whith empty regexMaxime Coste
2013-05-13Use more std::* for string handlingMaxime Coste
2013-04-30add paragraph (p) objectMaxime Coste
2013-04-30add sentence (s) objectMaxime Coste
2013-04-23use alt-J for joining and selecting the spaces replacing line breaksMaxime Coste
2013-04-22use a DynamicSelectionList when searching as the buffer may be modified durin...Maxime Coste
2013-04-19rename go function to goto_commandsMaxime Coste
2013-04-17change swapped_case implementationMaxime Coste
2013-04-16add alt-X for trimming non full linesMaxime Coste
2013-04-16normal.cc: remove useless do_ prefix on function namesMaxime Coste
2013-04-16move view commands to v prefix instead of zMaxime Coste
2013-04-12move normal mode implementation to normal.{cc,hh}Maxime Coste