summaryrefslogtreecommitdiff
path: root/src/selectors.hh
AgeCommit message (Expand)Author
2012-11-30Selection: refactoring, move CaptureList to SelectionMaxime Coste
2012-10-09add a unicode.hh header for Codepoint related functions, s/utf8::Codepoint/Co...Maxime Coste
2012-10-08utf8 awareness in selectorsMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2012-03-12generalize do_select_surrounding in do_select_object and add a whole word sel...Maxime Coste
2012-03-07factor word and WORD selectorsMaxime Coste
2012-02-09Merge captures into registers, implements register insertionMaxime Coste
2012-02-07selectors now take a Selection as parameter instead of a BufferIteratorMaxime Coste
2012-01-04Selectors: add select_surrounding to select blocksMaxime Coste
2011-11-21Selectors: add split_selection bound to Alt-sMaxime Coste
2011-11-21Extract RegexSelector methods as plain selectorsMaxime Coste
2011-11-21Add , to fully selects lines selection is on.Maxime Coste
2011-10-25Selectors: add selectors for WORDsMaxime Coste
2011-10-12Selectors: remove unused move_selectMaxime Coste
2011-10-10gl and gh now go to first or last character of the lineMaxime Coste
2011-10-03bind T and F as select_to_reverse non-inclusive and inclusiveMaxime Coste
2011-09-27Selectors: add a count argument to select_toMaxime Coste
2011-09-23Selectors: support inclusive mode in select_to (bound to f key)Maxime Coste
2011-09-22Selectors: add select_to which selects until a given character on current lineMaxime Coste
2011-09-21Selectors: add a basic select_matching selector for <([{]])> pairsMaxime Coste
2011-09-21Move selectors function to their own fileMaxime Coste