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
/
input_handler.cc
Age
Commit message (
Expand
)
Author
2018-04-11
Add support for the shift modifier.
Tim Allen
2018-04-07
Make FaceRegistry scoped
Maxime Coste
2018-04-06
Make error messages more consistent
Delapouite
2018-04-04
Prompt: add <a-!> to expand the typed expansions in current line
Maxime Coste
2018-03-29
Add status message when commiting an undo group in insert mode
Delapouite
2018-03-28
Fix uninitialized m_empty_text StringView in LineEditor
Maxime Coste
2018-03-27
Prompt: Do not call callback in on_enabled
Maxime Coste
2018-03-27
Fix 'O' not putting the cursor on the correct line
Maxime Coste
2018-03-26
Formatting fix
Maxime Coste
2018-03-04
Insert: Do not move end of line on open line (o/O)
Maxime Coste
2018-02-28
Merge remote-tracking branch 'Delapouite/line_complete'
Maxime Coste
2018-02-28
Prompt: update completions after inserting register or raw ke
Maxime Coste
2018-02-27
Add support for line completion in all buffers
Delapouite
2018-02-25
Remove avoidance of end of lines
Maxime Coste
2018-02-11
Refuse modification of ReadOnly buffers and make Debug buffer readonly
Maxime Coste
2018-01-21
Rename InputModeChange hook to ModeChange
Maxime Coste
2018-01-15
Slight code refactor in InputHandler::handle_key
Maxime Coste
2017-12-21
InputHandler: Preserve no-hooks on insert mode from single command normal mode
Maxime Coste
2017-12-18
Introduce InputModeChange hook
Maxime Coste
2017-12-06
Ensure that normal mode restores disabled hook status on disabled
Maxime Coste
2017-11-20
Remove extraneous common_prefix in input_handler
Delapouite
2017-11-08
InputHandler: handle of last insert keys happening in nested modes
Maxime Coste
2017-10-31
Prompt: display the fallback text everytime the prompt is empty
Maxime Coste
2017-10-30
Do not auto apply the fallback regex when in regex prompts
Maxime Coste
2017-10-28
Display the fallback value in prompts
Maxime Coste
2017-10-24
Add distinct w (curr buf) / W (all buf) word completion for <c-x>
Delapouite
2017-10-20
Move keymap as an implementation detail of the normal mode keys
Maxime Coste
2017-09-28
Distinguish between modes being disabled temporarily and definitely
Maxime Coste
2017-09-27
Display selections count in insert mode the same it's displayed in normal mode
Delapouite
2017-09-21
Use <esc> to exit on-key modes
Olivier Perret
2017-09-12
Hide info box and eventual status message after handling a mouse event
Maxime Coste
2017-08-29
avoid literal eol in status lines, replace them with another symbol
Maxime Coste
2017-08-16
Do not consider the 8th bit to mean Alt on keys that are mouse events
Maxime Coste
2017-07-23
Merge remote-tracking branch 'Delapouite/main_index'
Maxime Coste
2017-07-19
Detect overflow using a long long for the computation result.
Maxime Coste
2017-07-16
Tolerate that the cursor might not be visible
Maxime Coste
2017-07-12
Add main selection index in mode_info
Delapouite
2017-07-08
Merge remote-tracking branch 'Delapouite/stars-less'
Maxime Coste
2017-07-07
Formatting fixes
Maxime Coste
2017-07-06
Make register and completion autoinfo lists uniform with all the other ones
Delapouite
2017-06-29
Merge remote-tracking branch 'danr/Expose-last-entered-command-in-register'
Maxime Coste
2017-06-27
Do not allow repeating last insert when we are not in normal mode
Maxime Coste
2017-06-25
Remember count when repeating last insert
Maxime Coste
2017-06-23
Merge remote-tracking branch 'nuao/autoshowcompl_opt'
Maxime Coste
2017-06-23
Do not set idle timers when running in a transient context
Maxime Coste
2017-06-17
Use user-supplied autoshowcompl option's value.
nuao
2017-06-16
Hide info/menu when they are anchored to an invisible buffer coord
Maxime Coste
2017-06-15
Fix crash recently introduced when deleting at buffer start in insert mode
Maxime Coste
2017-06-09
More explicit and simpler code
Maxime Coste
2017-06-08
Disable idle timers on all transient contexts
Maxime Coste
[next]