summaryrefslogtreecommitdiff
path: root/src/normal.cc
AgeCommit message (Expand)Author
2013-07-29remove useless SelectionList copy in keepMaxime Coste
2013-07-29non-regex based implementation of split_linesMaxime Coste
2013-07-27more auto info for normal commands waiting for a key pressMaxime Coste
2013-07-26fix some auto info boxes textMaxime Coste
2013-07-26Key: always pass by valueMaxime Coste
2013-07-26LineAndColumns: always pass by valueMaxime Coste
2013-07-24pipe: auto insert and end of line if neededMaxime Coste
2013-07-24Add scroll left/right supportMaxime Coste
2013-07-23Add indent object type (bound to i)Maxime Coste
2013-07-15fix selection to search pattern word begin detectionMaxime Coste
2013-07-12add support for tolower (`), toupper (~), and swap case become alt-`Maxime Coste
2013-07-02Add support for arrow keys in normal modeMaxime Coste
2013-07-02replace with char only replaces when entered character is printableMaxime Coste
2013-06-18restore compilation with gcc 4.7Maxime Coste
2013-06-06Buffer: insert and erase go back to taking iterators, and return iteratorsMaxime Coste
2013-06-06use_selection_as_search_pattern: use iterators instead of coordsMaxime Coste
2013-06-06remove Buffer:char_{distance,advance} use line access insteadMaxime Coste
2013-06-06remove BufferIterator conversion to/from BufferCoordMaxime Coste
2013-06-04remove useless iterator_at callsMaxime Coste
2013-06-04Remove Buffer::iterator_at_line_{begin,end}, use iterator_at(line{,+1})Maxime Coste
2013-06-04Use coord instead of iterators for selectionsMaxime Coste
2013-06-01Explicitly pass buffer to selectorsMaxime Coste
2013-05-30Remove Range::contentMaxime Coste
2013-05-30Remove begin/end from Ranges, replace with min/maxMaxime Coste
2013-05-30window, editor: take coords rather than iterators parametersMaxime Coste
2013-05-29Context: return DynamicSelectionLists in jump_{forward,backward}Maxime Coste
2013-05-21throw an error when gf does not find any file to openMaxime Coste
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