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
2025-06-30
Stop apply_diff() from creating non-monotonic changes
Johannes Altmanninger
2025-06-26
Remove spurious newline when | replaces at buffer end
Johannes Altmanninger
2025-06-19
Merge remote-tracking branch 'SeerLite/macro-disable-keymaps'
Maxime Coste
2025-05-29
Merge overlapping selections before replacing characters
Maxime Coste
2025-05-11
Use linewise paste only if register is missing no trailing newline
Johannes Altmanninger
2025-05-11
Fix <a-?> crash when first selection wraps
Johannes Altmanninger
2025-04-15
Disable keymaps when playing macro
SeerLite
2025-03-24
Fix prompt history recording when using mapped keys
Johannes Altmanninger
2025-03-24
Default InputHandler::handle_key() synthesized argument
Johannes Altmanninger
2024-10-22
Remove now unused CompletionFlags
Maxime Coste
2024-08-26
Do not gather full input data in a single string when piping
Maxime Coste
2024-08-16
include headers cleanup
AdriĆ Arrufat
2024-08-12
Reduce headers dependency graph
Maxime Coste
2024-07-27
Reduce templatization further to reduce binary size
Maxime Coste
2024-07-24
De-templatize regex selection code
Maxime Coste
2024-07-24
Merge remote-tracking branch 'JustTaken/view-offset'
Maxime Coste
2024-07-22
Fix logic to get minimun custom offset
JustTaken
2024-07-22
Handle word completion when recording macros
Maxime Coste
2024-07-20
Take in account scrolloff when moving viewport
JustTaken
2024-07-21
De-templatize select_object
Maxime Coste
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
[next]