summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
AgeCommit message (Expand)Author
2018-04-11Add support for the shift modifier.Tim Allen
2018-04-07Make FaceRegistry scopedMaxime Coste
2018-04-06Make error messages more consistentDelapouite
2018-04-04Prompt: add <a-!> to expand the typed expansions in current lineMaxime Coste
2018-03-29Add status message when commiting an undo group in insert modeDelapouite
2018-03-28Fix uninitialized m_empty_text StringView in LineEditorMaxime Coste
2018-03-27Prompt: Do not call callback in on_enabledMaxime Coste
2018-03-27Fix 'O' not putting the cursor on the correct lineMaxime Coste
2018-03-26Formatting fixMaxime Coste
2018-03-04Insert: Do not move end of line on open line (o/O)Maxime Coste
2018-02-28Merge remote-tracking branch 'Delapouite/line_complete'Maxime Coste
2018-02-28Prompt: update completions after inserting register or raw keMaxime Coste
2018-02-27Add support for line completion in all buffersDelapouite
2018-02-25Remove avoidance of end of linesMaxime Coste
2018-02-11Refuse modification of ReadOnly buffers and make Debug buffer readonlyMaxime Coste
2018-01-21Rename InputModeChange hook to ModeChangeMaxime Coste
2018-01-15Slight code refactor in InputHandler::handle_keyMaxime Coste
2017-12-21InputHandler: Preserve no-hooks on insert mode from single command normal modeMaxime Coste
2017-12-18Introduce InputModeChange hookMaxime Coste
2017-12-06Ensure that normal mode restores disabled hook status on disabledMaxime Coste
2017-11-20Remove extraneous common_prefix in input_handlerDelapouite
2017-11-08InputHandler: handle of last insert keys happening in nested modesMaxime Coste
2017-10-31Prompt: display the fallback text everytime the prompt is emptyMaxime Coste
2017-10-30Do not auto apply the fallback regex when in regex promptsMaxime Coste
2017-10-28Display the fallback value in promptsMaxime Coste
2017-10-24Add distinct w (curr buf) / W (all buf) word completion for <c-x>Delapouite
2017-10-20Move keymap as an implementation detail of the normal mode keysMaxime Coste
2017-09-28Distinguish between modes being disabled temporarily and definitelyMaxime Coste
2017-09-27Display selections count in insert mode the same it's displayed in normal modeDelapouite
2017-09-21Use <esc> to exit on-key modesOlivier Perret
2017-09-12Hide info box and eventual status message after handling a mouse eventMaxime Coste
2017-08-29avoid literal eol in status lines, replace them with another symbolMaxime Coste
2017-08-16Do not consider the 8th bit to mean Alt on keys that are mouse eventsMaxime Coste
2017-07-23Merge remote-tracking branch 'Delapouite/main_index'Maxime Coste
2017-07-19Detect overflow using a long long for the computation result.Maxime Coste
2017-07-16Tolerate that the cursor might not be visibleMaxime Coste
2017-07-12Add main selection index in mode_infoDelapouite
2017-07-08Merge remote-tracking branch 'Delapouite/stars-less'Maxime Coste
2017-07-07Formatting fixesMaxime Coste
2017-07-06Make register and completion autoinfo lists uniform with all the other onesDelapouite
2017-06-29Merge remote-tracking branch 'danr/Expose-last-entered-command-in-register'Maxime Coste
2017-06-27Do not allow repeating last insert when we are not in normal modeMaxime Coste
2017-06-25Remember count when repeating last insertMaxime Coste
2017-06-23Merge remote-tracking branch 'nuao/autoshowcompl_opt'Maxime Coste
2017-06-23Do not set idle timers when running in a transient contextMaxime Coste
2017-06-17Use user-supplied autoshowcompl option's value.nuao
2017-06-16Hide info/menu when they are anchored to an invisible buffer coordMaxime Coste
2017-06-15Fix crash recently introduced when deleting at buffer start in insert modeMaxime Coste
2017-06-09More explicit and simpler codeMaxime Coste
2017-06-08Disable idle timers on all transient contextsMaxime Coste