summaryrefslogtreecommitdiff
path: root/src/normal.cc
AgeCommit message (Expand)Author
2016-10-04Add "(extend)" to search prompts when we are extending the selectionMaxime Coste
2016-10-01Support codepoints of variable widthMaxime Coste
2016-09-26Pass count to all object selectorsMaxime Coste
2016-08-31Remove the to_string(unsigned) (it conflicts with to_string(size_t) on x86)Maxime Coste
2016-08-27Support merging consecutive selections with <a-m>Maxime Coste
2016-08-27Map tab to jump forward until we can distinguish <c-i> from itMaxime Coste
2016-08-27Display the capture used in select/split promptMaxime Coste
2016-08-22Only drop blank prefixed history entries in command/shell promptsMaxime Coste
2016-08-05Regenerate shell-candidates for each completion sessionsMaxime Coste
2016-07-30Support sorting and merging overlapping separately, fix bug in moveMaxime Coste
2016-07-28Use the same logic for mouse wheel and (half) page up/downMaxime Coste
2016-07-28Use -1 for invalid codepoint, not 0Maxime Coste
2016-07-27Do not avoid end of lines after selecting modified ranges in undoMaxime Coste
2016-07-27Fix use of dead string memory and quick cleanupMaxime Coste
2016-07-26Allow selection primitives to use arbitrary punctuation signsFrank LENORMAND
2016-07-24Display some information when moving in historyMaxime Coste
2016-07-24Support for going backward/forward in buffer history with <a-u>/<a-U>Maxime Coste
2016-07-24Support counts for undo/redoMaxime Coste
2016-05-11Allow access to end of line with horizontal moves (h and l)Maxime Coste
2016-05-09Make utf8_iterator codepoint type and difference type configurableMaxime Coste
2016-04-19Add a -password switch to :prompt to allow for more secure password enteringMaxime Coste
2016-03-30Fix spaces_to_tabs implementation accessing past endMaxime Coste
2016-03-25Add a SplitView container viewMaxime Coste
2016-03-22User mappings and :exec are always executed in normal modeMaxime Coste
2016-03-17Slight code tweaks in normal mode pipe functionMaxime Coste
2016-03-16Use ByteCoords directly for buffer insert/erase/replaceMaxime Coste
2016-03-14Disable key mapping handling when executing a user mappingMaxime Coste
2016-03-11Change custom object syntax, use a single promptMaxime Coste
2016-03-07Rework client redrawing, delay menu/info methods until next refreshMaxime Coste
2016-03-07Move <c-l> handling to normal mode from clientMaxime Coste
2016-02-29Remove code that should not have been commitedMaxime Coste
2016-02-29Add <C-d> and <C-u> for scroll down/up half a pageMaxime Coste
2016-02-29Notify when searching for next match wraps around bufferMaxime Coste
2016-02-28Code cleanupMaxime Coste
2016-02-27Remove direct access to ui, go through clientMaxime Coste
2016-02-17Refactor use selection as search pattern implementationMaxime Coste
2016-02-13Give more precise titles to assistant for object and next char selectionMaxime Coste
2016-02-04String usage cleanupsMaxime Coste
2016-01-28Support user given text objectsMaxime Coste
2016-01-27StringView based surround selectionMaxime Coste
2015-12-27Remove the exec_keys functionMaxime Coste
2015-12-23Pass flags to the regex engine to correct anchorsMaxime Coste
2015-12-23Remove drop jump (c-d)Maxime Coste
2015-12-23Extract jump list handling in a JumpList structMaxime Coste
2015-12-07Add support for adding saved selections to current ones with <a-z>Maxime Coste
2015-11-27Support dropping last jump and use it to fix :tag double jump pushMaxime Coste
2015-11-26select/split interpret count parameter as the capture group to useMaxime Coste
2015-11-18Change autoinfo option to be a flags option, document flags optionsMaxime Coste
2015-11-18Respect count argument on searchMaxime Coste
2015-11-17Put count and register normal mode params in the shell contextMaxime Coste