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
2024-06-24
Remove some selection copies in pipe and throw early if read only
Maxime Coste
2024-05-31
Add v< and v> to scroll cursor to the leftmost/rightmost column
Maxime Coste
2024-04-12
Rotate through strings when pasting instead of repeating the last
Maxime Coste
2024-03-23
Add some missing ScopedEdition and fix redo
Maxime Coste
2024-01-15
Don't modify prompt history when validating empty input
Johannes Altmanninger
2023-12-06
Hide empty and undocumented mappings from autoinfo
Chris Webb
2023-11-14
Use a separate copy of the command completer for each completion
Maxime Coste
2023-11-11
Fix spurious incremental search when incsearch=false
Johannes Altmanninger
2023-11-03
Use explicit target types for gather calls to bypass clang regression
Maxime Coste
2023-11-02
Fix partial regex text being pushed in history
Maxime Coste
2023-10-04
Refactor regex_prompt logic and fix function being called on abort
Maxime Coste
2023-09-08
Revert "Do not make cursor visible on force redraw"
Maxime Coste
2023-09-08
Do not make cursor visible on force redraw
Maxime Coste
2023-09-02
Do not make cursor visible after mouse scrolling and view commands
Maxime Coste
2023-08-27
Remove Window::force_redraw()
Maxime Coste
2023-08-23
Revert "Only make cursor visible after buffer or selection change"
Maxime Coste
2023-08-16
Only make cursor visible after buffer or selection change
Maxime Coste
2023-08-14
Change `+` command not to duplicate identical selections more than once
Maxime Coste
2023-08-13
Minor formatting tweaks
Maxime Coste
2023-08-05
Removed unused captures
Maxime Coste
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
[next]