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
2016-10-04
Add "(extend)" to search prompts when we are extending the selection
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-09-26
Pass count to all object selectors
Maxime Coste
2016-08-31
Remove the to_string(unsigned) (it conflicts with to_string(size_t) on x86)
Maxime Coste
2016-08-27
Support merging consecutive selections with <a-m>
Maxime Coste
2016-08-27
Map tab to jump forward until we can distinguish <c-i> from it
Maxime Coste
2016-08-27
Display the capture used in select/split prompt
Maxime Coste
2016-08-22
Only drop blank prefixed history entries in command/shell prompts
Maxime Coste
2016-08-05
Regenerate shell-candidates for each completion sessions
Maxime Coste
2016-07-30
Support sorting and merging overlapping separately, fix bug in move
Maxime Coste
2016-07-28
Use the same logic for mouse wheel and (half) page up/down
Maxime Coste
2016-07-28
Use -1 for invalid codepoint, not 0
Maxime Coste
2016-07-27
Do not avoid end of lines after selecting modified ranges in undo
Maxime Coste
2016-07-27
Fix use of dead string memory and quick cleanup
Maxime Coste
2016-07-26
Allow selection primitives to use arbitrary punctuation signs
Frank LENORMAND
2016-07-24
Display some information when moving in history
Maxime Coste
2016-07-24
Support for going backward/forward in buffer history with <a-u>/<a-U>
Maxime Coste
2016-07-24
Support counts for undo/redo
Maxime Coste
2016-05-11
Allow access to end of line with horizontal moves (h and l)
Maxime Coste
2016-05-09
Make utf8_iterator codepoint type and difference type configurable
Maxime Coste
2016-04-19
Add a -password switch to :prompt to allow for more secure password entering
Maxime Coste
2016-03-30
Fix spaces_to_tabs implementation accessing past end
Maxime Coste
2016-03-25
Add a SplitView container view
Maxime Coste
2016-03-22
User mappings and :exec are always executed in normal mode
Maxime Coste
2016-03-17
Slight code tweaks in normal mode pipe function
Maxime Coste
2016-03-16
Use ByteCoords directly for buffer insert/erase/replace
Maxime Coste
2016-03-14
Disable key mapping handling when executing a user mapping
Maxime Coste
2016-03-11
Change custom object syntax, use a single prompt
Maxime Coste
2016-03-07
Rework client redrawing, delay menu/info methods until next refresh
Maxime Coste
2016-03-07
Move <c-l> handling to normal mode from client
Maxime Coste
2016-02-29
Remove code that should not have been commited
Maxime Coste
2016-02-29
Add <C-d> and <C-u> for scroll down/up half a page
Maxime Coste
2016-02-29
Notify when searching for next match wraps around buffer
Maxime Coste
2016-02-28
Code cleanup
Maxime Coste
2016-02-27
Remove direct access to ui, go through client
Maxime Coste
2016-02-17
Refactor use selection as search pattern implementation
Maxime Coste
2016-02-13
Give more precise titles to assistant for object and next char selection
Maxime Coste
2016-02-04
String usage cleanups
Maxime Coste
2016-01-28
Support user given text objects
Maxime Coste
2016-01-27
StringView based surround selection
Maxime Coste
2015-12-27
Remove the exec_keys function
Maxime Coste
2015-12-23
Pass flags to the regex engine to correct anchors
Maxime Coste
2015-12-23
Remove drop jump (c-d)
Maxime Coste
2015-12-23
Extract jump list handling in a JumpList struct
Maxime Coste
2015-12-07
Add support for adding saved selections to current ones with <a-z>
Maxime Coste
2015-11-27
Support dropping last jump and use it to fix :tag double jump push
Maxime Coste
2015-11-26
select/split interpret count parameter as the capture group to use
Maxime Coste
2015-11-18
Change autoinfo option to be a flags option, document flags options
Maxime Coste
2015-11-18
Respect count argument on search
Maxime Coste
2015-11-17
Put count and register normal mode params in the shell context
Maxime Coste
[prev]
[next]