summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-01-07Support for selecting to surrounding object begin/end with [ and ]Maxime Coste
2013-01-07Autoname client on creation, and access client name from shell with $kak_clientMaxime Coste
2013-01-06minor code cleanupMaxime Coste
2013-01-06make: use a makecmd optionMaxime Coste
2013-01-05alt-r rotates selectionsMaxime Coste
2013-01-04various code style fixesMaxime Coste
2013-01-04add client.kak providing 'new' command for opening a new clientMaxime Coste
2013-01-03tweak kakrc highlightingMaxime Coste
2013-01-03Add a nop command to avoid accidental shell output evaluationMaxime Coste
2013-01-03tweak errjump commandMaxime Coste
2013-01-03Fix captures preservation in EditorMaxime Coste
2013-01-03refactoring selectorsMaxime Coste
2013-01-03Highlight last selection differentlyMaxime Coste
2013-01-03alt-n replace last selection with next matchMaxime Coste
2013-01-03Editor: add a ReplaceLast select modeMaxime Coste
2013-01-03Editor: keep last selection as last when sortingMaxime Coste
2013-01-02Editor: preserve captures accross movementsMaxime Coste
2012-12-31Editor: cleanup check_invariants callsMaxime Coste
2012-12-31add a current search highlighterMaxime Coste
2012-12-31add incsearch option to choose if incremental search is enabledMaxime Coste
2012-12-31Add Editor::select(const Selection&, SelectMode)Maxime Coste
2012-12-31minor cleanupMaxime Coste
2012-12-31Editor: merge_overlapping -> sort_and_merge_overlappingMaxime Coste
2012-12-31Fix join on last line (it appended a trailing space)Maxime Coste
2012-12-31support count in search next, and only push jump in replace modeMaxime Coste
2012-12-28add a force mode to delete buffer (db!)Maxime Coste
2012-12-28IncrementalInserter: fix append mode when on line endMaxime Coste
2012-12-28tweak window status line formatMaxime Coste
2012-12-28Buffer loses the 'New' flag when writtenMaxime Coste
2012-12-28new clients always takes last used buffer, support multiple file on command lineMaxime Coste
2012-12-28BufferManager: registering buffers are front insertedMaxime Coste
2012-12-27IncrementalInserter: preserve capturesMaxime Coste
2012-12-27fix splitting with inverted selectionMaxime Coste
2012-12-27Editor: when replacing, select inserted textMaxime Coste
2012-12-27select_matching: fix when matching is the first characterMaxime Coste
2012-12-19add a -n option prevent kakrc from being sourcedMaxime Coste
2012-12-19Client: catch errors when executing init commandsMaxime Coste
2012-12-19Buffer: close undo group when savedMaxime Coste
2012-12-18support -e switch for initial command to executeMaxime Coste
2012-12-18Support initial command passing when a client is connectingMaxime Coste
2012-12-18do_go: support append mode on go to top/bottom, ignore caseMaxime Coste
2012-12-18editor: support select mode on select(BufferIterator)Maxime Coste
2012-12-18join: preserve multiple selectionsMaxime Coste
2012-12-15menu commands has a -select-cmds optionMaxime Coste
2012-12-15NCurses: info window tries to avoid the menu oneMaxime Coste
2012-12-15NCurses: some code refactoringMaxime Coste
2012-12-15Command line parsing: support empty stringsMaxime Coste
2012-12-14InputHandler: call callback on abort and on selected element change as wellMaxime Coste
2012-12-14info: support a -inline optionMaxime Coste
2012-12-14UserInterface: add info box supportMaxime Coste