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
2022-10-11
Correct and unify descriptions of normal mode C key behavior
Jakub Wasilewski
2022-09-09
Merge remote-tracking branch 'krobelus/to-string'
Maxime Coste
2022-08-17
Rename key_to_str() to the more idiomatic to_string()
Johannes Altmanninger
2022-08-05
uniquify selection contents before generating regex for '*'
Maxime Coste
2022-08-01
Do not record prompt history when executing user mode mappings
Johannes Altmanninger
2022-07-05
Remove <esc> as end macro recording, Q should be enough
Maxime Coste
2022-07-05
Distinguish between non-eol max column target and plain max column
Maxime Coste
2022-07-05
Store HistoryRegisters with most recent entry in front
Maxime Coste
2022-07-05
Move user mappings to <space> and keep/remove selection to ,
Maxime Coste
2022-07-05
Select pasted text on paste
Maxime Coste
2022-07-05
Make `x` just select the full lines
Maxime Coste
2022-05-26
Fix indent commands not being committed as an undo group
Maxime Coste
2022-04-11
Code style cleanups around object selection code
Maxime Coste
2022-03-06
src: Select the data inserted by `!` and `<a-!>`
Frank LENORMAND
2022-01-24
Do not insert any end-of-line when piping data out
Maxime Coste
2022-01-23
Restore goto case insensitiveness, refuse to map upper case
Maxime Coste
2021-12-20
Fix invalid line joining logic with multiple selection per line
Maxime Coste
2021-12-11
Make space a named key to correctly handle shift modifier
Maxime Coste
2021-11-11
Recognize both <tab> and <c-i> as forward jump
Maxime Coste
2021-11-01
Fix pasting all from empty register
Maxime Coste
2021-10-24
src: Make `gf` open all selected paths
Frank LENORMAND
2021-10-10
Split InsertMode into InsertMode and PasteMode
Maxime Coste
2021-10-09
Merge remote-tracking branch 'lenormf/fix-1840'
Maxime Coste
2021-10-06
src: Remove spurious `break`
Frank LENORMAND
2021-10-06
Merge remote-tracking branch 'lenormf/fix-3976'
Maxime Coste
2021-09-30
Merge remote-tracking branch 'lenormf/fix-4353'
Maxime Coste
2021-09-30
rework selection insert/replace using a for_each method
Maxime Coste
2021-09-15
src: Error out on unmapped key in `g` and `v`
Frank LENORMAND
2021-09-14
src: Make `g` and `v` case sensitive
Frank LENORMAND
2021-08-30
Do not go through some temporary selections for indent/deindent
Maxime Coste
2021-08-30
Take a function SelectionList::insert to get string to insert
Maxime Coste
2021-08-17
Move control character escaping responsibility to the terminal UI
Maxime Coste
2021-06-13
Fix typos
Taupiqueur
2021-02-15
Add + key to duplicate selections and <a-+> to merge overlapping ones
Maxime Coste
2020-12-03
Throw no_selections_remaining when using <a-space>
Olivier Perret
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
[next]