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
2020-11-07
Fix performance issue when pasting many selection
Maxime Coste
2020-10-20
Support explicit register for :, |, ! and $ commands
Maxime Coste
2020-06-07
Fix select wiping captures
Maxime Coste
2020-05-29
Avoid to_remove vector in select helper function
Maxime Coste
2020-03-20
Remove posB from information given by the diff algorithm
Maxime Coste
2020-03-15
Merge remote-tracking branch 'Anfid/scroll-test'
Maxime Coste
2020-02-27
Make `on_next_key_with_autoinfo()` respect `idle_timeout`
Nicolas Ouellet-Payeur
2020-02-02
Use ReverseView to perform fewer allocations
geppettodivacin
2020-01-26
Add support for `@` symbols in selection buffer
geppettodivacin
2019-12-18
Cleanup replaced range selection logic
Maxime Coste
2019-12-14
Code style tweak in insert_output
Maxime Coste
2019-12-14
Merge remote-tracking branch 'lenormf/reevaluate-exclamation-point'
Maxime Coste
2019-11-30
Refactor diff to make allocating a diff vector optional
Maxime Coste
2019-11-28
Update scroll behavior
Mikhail Pogretskiy
2019-11-25
src: Use `begin()` to get iterators
Frank LENORMAND
2019-11-13
Fix typo
Maxime Coste
2019-11-12
Add support for selecting and exporting selections in display columns
Maxime Coste
2019-11-12
Add support for a -codepoint switch to the select command
Maxime Coste
2019-11-11
Add mode information to next-key mode name
Maxime Coste
2019-11-09
Add static or const where useful
Jason Felice
2019-11-07
Merge selection list parsing into selection_list_from_strings
Jason Felice
2019-10-17
Remove explicit sizes from make_array calls
Maxime Coste
2019-10-10
Add unambiguous titles for infobox "enter combining operator"
Delapouite
2019-09-15
Make arrow keys normal mode mappings instead of commands
Maxime Coste
2019-07-22
Ensure current context switches away from buffer on delete-buffer
Maxime Coste
2019-07-21
More functional style for '*' code
Maxime Coste
2019-07-01
src: Use all selections to generate a pattern upon hitting `*`
Frank LENORMAND
2019-06-23
Tweak history restoring behaviour
Maxime Coste
2019-06-23
Use register to store prompt history
Maxime Coste
2019-06-19
Refactor option_to_string quoting support, introduce Quoting::Raw
Maxime Coste
2019-05-13
Support discarding selections in exec/eval -itersel
Maxime Coste
2019-03-16
Make keymap fully constexpr
Maxime Coste
2019-02-17
Add object mode expansions
Jason Felice
2019-02-14
Add object command
Jason Felice
2019-02-04
Remove references to SelectionList from selectors
Maxime Coste
2019-02-04
Remove target_eol and small code cleanups
Maxime Coste
2019-01-23
Change pipe diffing to work linewise
Maxime Coste
2019-01-23
Always select inserted text after piping
Maxime Coste
2019-01-20
Split compile time regex flags from runtime ones
Maxime Coste
2018-12-13
Improve deindent behaviour with mixed indent
Maxime Coste
2018-11-27
Merge remote-tracking branch 'lenormf/fix-trim-selections'
Maxime Coste
2018-11-27
Make '_' the default extra_word_chars, and remove built-in support
Maxime Coste
2018-10-23
Change next_key title for <a-f>, <a-t>, <a-F> and <a-T>
Delapouite
2018-09-30
src: Implement <a-m> and <a-M>
Frank LENORMAND
2018-09-30
src: Move <a-m> to <a-_>
Frank LENORMAND
2018-09-27
src: Drop selections that only contain whitespace on `_`
Frank LENORMAND
2018-07-26
Cleanup some trailing whitespaces and double semicolon
Maxime Coste
2018-07-26
Replace a few loops with ranges
Maxime Coste
2018-07-23
Merge remote-tracking branch 'lenormf/fix-C-skip-empty-lines'
Maxime Coste
2018-07-05
Tolerate restoring invalid coordinates from register
Maxime Coste
[prev]
[next]