index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
normal.cc
Age
Commit message (
Expand
)
Author
2015-11-15
Move is_basic_alpha to unicode.hh
Maxime Coste
2015-11-12
Show an info box explaining that spaces disable history recording in command ...
Maxime Coste
2015-11-11
Fix to_lower/to_upper handling to correctly support non unicode chars
Maxime Coste
2015-11-09
Regex based normal mode command honor the selected register
Maxime Coste
2015-11-07
Store the last used buffer in clients
Maxime Coste
2015-11-05
Support 'V' for locked view control
Maxime Coste
2015-11-03
Minor cleanup in normal.cc
Maxime Coste
2015-11-02
Support horizontal centering in view commands (using m)
Maxime Coste
2015-10-22
Wrap the shell params en env vars in a ShellContext struct
Maxime Coste
2015-10-17
More cleanups in the buffer open/reload code
Maxime Coste
2015-10-17
Refactor buffer creation and reloading to be more explicit
Maxime Coste
2015-10-01
Fix '*' word boundary detection at begin/end of buffer
Maxime Coste
2015-09-23
Refactor utf8::iterator to be on the safe side
Maxime Coste
2015-09-22
Error when trying to run an empty register as a macro
Maxime Coste
2015-09-04
Avoid restoring selections in regex_prompt when they cannot have been modified
Maxime Coste
2015-08-20
Merge remote-tracking branch 'zakgreant/reference-sheet-scripts'
Maxime Coste
2015-08-19
Use the "<reg> syntax along with a default register for marks and macros
Maxime Coste
2015-08-19
Default register is not handled by the Normal input mode.
Maxime Coste
2015-08-18
Cleanup key to codepoint conversion
Maxime Coste
2015-08-15
Fixing minor typo
Zak Greant
2015-08-11
Display auto info on register insertion/explicit insert completion
Maxime Coste
2015-07-29
Add the 'n' flag to the autoinfo popup window
Frank LENORMAND
2015-07-25
Tweak regex constructor calls
Maxime Coste
2015-07-22
Avoid copying selection before the first line
Maxime Coste
2015-07-14
Transform boost/std regex_error to Kakoune::regex_error at Regex construction
Maxime Coste
2015-07-14
Only allow 'sane' register names
Maxime Coste
2015-07-13
Use different variable for pipe command in/out text
Maxime Coste
2015-07-11
Move selection saving/restoring to z/Z
Maxime Coste
2015-07-01
Merge branch 'remap-objects' of http://github.com/elegios/kakoune
Maxime Coste
2015-07-01
Add remapping of text object keys
Viktor Palmkvist
2015-07-01
Added argument text object
Viktor Palmkvist
2015-07-01
Fix stupid bug in '*'
Maxime Coste
2015-06-27
Initial selection saving/restoring support bound to ^ and alt-^
Maxime Coste
2015-06-26
Add support for command completion on commands, use it for :new
Maxime Coste
2015-06-21
Rework window redraw handling, should redraw window less often
Maxime Coste
2015-06-21
Use <a-R> as replace paste all yanked selections
Maxime Coste
2015-06-18
Fix segfault on g. when last modification position past buffer end
Maxime Coste
2015-06-10
Show main selection search pattern on '*'
Maxime Coste
2015-06-08
Do not close stderr/stdout before program finish
Maxime Coste
2015-06-08
Change gl/gh to only move cursor, not selecting (<a-h>/<a-l>) are unchanged
Maxime Coste
2015-06-08
Specify if ShellManager should read output or not using a flag
Maxime Coste
2015-06-06
Move write_debug to buffer utils as write_to_debug_buffer
Maxime Coste
2015-06-01
Port even more code to use format function
Maxime Coste
2015-06-01
Port more code to use the format function instead of adhoc string concat
Maxime Coste
2015-05-26
Small style tweaks
Maxime Coste
2015-05-18
Preserve window position in regex_prompt
Maxime Coste
2015-04-27
Replace some String temporaries with StringViews
Maxime Coste
2015-04-21
Merge remote-tracking branch 'ekie/next_buffer'
Maxime Coste
2015-04-19
Avoid unneeded update of selections when we are going to overwrite them
Maxime Coste
2015-04-19
Remove Context::set_selections, use Context::selections() = ...
Maxime Coste
[prev]
[next]