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
2023-07-05
Refactor prompt history handling
Maxime Coste
2023-07-05
Merge remote-tracking branch 'krobelus/allow-history-in-mappings'
Maxime Coste
2023-07-03
Merge common docstring in key mapping assistant
Maxime Coste
2023-06-17
Disable history only for prompts that are never shown in the UI
Johannes Altmanninger
2023-06-17
Rename "disable_history" stack state to "noninteractive"
Johannes Altmanninger
2023-06-17
Revert "Switch undo storage from a tree to a plain list"
Maxime Coste
2023-05-29
Refactor KeymapManager to enfore setting is_executing on key iteration
Maxime Coste
2023-05-25
unmap: fail if the mapping is currently executing
Johannes Altmanninger
2023-05-21
Add <c-g> to cancel current operation
Maxime Coste
2023-05-10
Merge remote-tracking branch 'krobelus/fix-_-at_multibyte_chars'
Maxime Coste
2023-05-09
Stop _ from tearing multibyte UTF-8 sequences
Chris Webb
2023-05-09
Map undo selection change to <a-u>/<a-U>
Johannes Altmanninger
2023-04-17
Switch undo storage from a tree to a plain list
Olivier Perret
2023-03-13
Fix crash when pasting at buffer end
Maxime Coste
2023-03-11
Make linewise bracketed paste match P behavior
Johannes Altmanninger
2022-12-27
Share logic for undo/redo selection changes
Johannes Altmanninger
2022-11-28
Fix pasting after when selections are overlapping
Maxime Coste
2022-11-10
Merge remote-tracking branch 'krobelus/undo-selection-change'
Maxime Coste
2022-10-19
Refactor insert_output command to avoid intermediate vector
Maxime Coste
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-09-02
Allow to undo and redo selection changes
Johannes Altmanninger
2022-09-02
Prepare to record selection changes as perceived by the user
Johannes Altmanninger
2022-08-29
Pass entire context to select_coord
Johannes Altmanninger
2022-08-29
Make parameter const
Johannes Altmanninger
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
[next]