summaryrefslogtreecommitdiff
path: root/src/normal.cc
AgeCommit message (Expand)Author
2015-11-15Move is_basic_alpha to unicode.hhMaxime Coste
2015-11-12Show an info box explaining that spaces disable history recording in command ...Maxime Coste
2015-11-11Fix to_lower/to_upper handling to correctly support non unicode charsMaxime Coste
2015-11-09Regex based normal mode command honor the selected registerMaxime Coste
2015-11-07Store the last used buffer in clientsMaxime Coste
2015-11-05Support 'V' for locked view controlMaxime Coste
2015-11-03Minor cleanup in normal.ccMaxime Coste
2015-11-02Support horizontal centering in view commands (using m)Maxime Coste
2015-10-22Wrap the shell params en env vars in a ShellContext structMaxime Coste
2015-10-17More cleanups in the buffer open/reload codeMaxime Coste
2015-10-17Refactor buffer creation and reloading to be more explicitMaxime Coste
2015-10-01Fix '*' word boundary detection at begin/end of bufferMaxime Coste
2015-09-23Refactor utf8::iterator to be on the safe sideMaxime Coste
2015-09-22Error when trying to run an empty register as a macroMaxime Coste
2015-09-04Avoid restoring selections in regex_prompt when they cannot have been modifiedMaxime Coste
2015-08-20Merge remote-tracking branch 'zakgreant/reference-sheet-scripts'Maxime Coste
2015-08-19Use the "<reg> syntax along with a default register for marks and macrosMaxime Coste
2015-08-19Default register is not handled by the Normal input mode.Maxime Coste
2015-08-18Cleanup key to codepoint conversionMaxime Coste
2015-08-15Fixing minor typoZak Greant
2015-08-11Display auto info on register insertion/explicit insert completionMaxime Coste
2015-07-29Add the 'n' flag to the autoinfo popup windowFrank LENORMAND
2015-07-25Tweak regex constructor callsMaxime Coste
2015-07-22Avoid copying selection before the first lineMaxime Coste
2015-07-14Transform boost/std regex_error to Kakoune::regex_error at Regex constructionMaxime Coste
2015-07-14Only allow 'sane' register namesMaxime Coste
2015-07-13Use different variable for pipe command in/out textMaxime Coste
2015-07-11Move selection saving/restoring to z/ZMaxime Coste
2015-07-01Merge branch 'remap-objects' of http://github.com/elegios/kakouneMaxime Coste
2015-07-01Add remapping of text object keysViktor Palmkvist
2015-07-01Added argument text objectViktor Palmkvist
2015-07-01Fix stupid bug in '*'Maxime Coste
2015-06-27Initial selection saving/restoring support bound to ^ and alt-^Maxime Coste
2015-06-26Add support for command completion on commands, use it for :newMaxime Coste
2015-06-21Rework window redraw handling, should redraw window less oftenMaxime Coste
2015-06-21Use <a-R> as replace paste all yanked selectionsMaxime Coste
2015-06-18Fix segfault on g. when last modification position past buffer endMaxime Coste
2015-06-10Show main selection search pattern on '*'Maxime Coste
2015-06-08Do not close stderr/stdout before program finishMaxime Coste
2015-06-08Change gl/gh to only move cursor, not selecting (<a-h>/<a-l>) are unchangedMaxime Coste
2015-06-08Specify if ShellManager should read output or not using a flagMaxime Coste
2015-06-06Move write_debug to buffer utils as write_to_debug_bufferMaxime Coste
2015-06-01Port even more code to use format functionMaxime Coste
2015-06-01Port more code to use the format function instead of adhoc string concatMaxime Coste
2015-05-26Small style tweaksMaxime Coste
2015-05-18Preserve window position in regex_promptMaxime Coste
2015-04-27Replace some String temporaries with StringViewsMaxime Coste
2015-04-21Merge remote-tracking branch 'ekie/next_buffer'Maxime Coste
2015-04-19Avoid unneeded update of selections when we are going to overwrite themMaxime Coste
2015-04-19Remove Context::set_selections, use Context::selections() = ...Maxime Coste