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
2017-01-24
Fix crash when clearing a regex prompt with multiple selections
Maxime Coste
2017-01-22
Add `gi` to go to first non-blank character on line
Maxime Coste
2017-01-16
Use ints instead of unsigned for capture count
Maxime Coste
2017-01-16
Fix regex search/select not restoring initial selections on abort
Maxime Coste
2017-01-11
Detect empty selection lists when restoring selections from registers
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2017-01-03
Fix handling of main selection when copying selection to next/previous lines
Maxime Coste
2017-01-02
Ensure <esc> cancels in replace with char
Maxime Coste
2017-01-01
Move some template code out of selectors.hh into selectors.cc
Maxime Coste
2017-01-01
Refactor SelectionList::insert a bit
Maxime Coste
2017-01-01
Slight code refactor for paste handling
Maxime Coste
2016-12-23
Set the register incrementally as well during incremental search
Maxime Coste
2016-12-23
Display the command prompt in error face when the command is not found
Maxime Coste
2016-12-15
Validate user text object desc more thorougly
Maxime Coste
2016-11-29
Clean up includes of user_interface.hh
Maxime Coste
2016-11-28
Always consider end of selection is not and eol for keep
Maxime Coste
2016-11-14
Propagate the hooks disabled state through prompt, menu, and command execution
Maxime Coste
2016-11-12
Pass regex flags on keep matching/not matching
Maxime Coste
2016-11-09
Add support for <a-Z> appending current selections to the given register
Maxime Coste
2016-11-02
Propagate NormalParams to user mappings
Maxime Coste
2016-10-28
Fix align support with aligntab = true
Maxime Coste
2016-10-24
Make o/O open multiple lines when a count is given
Maxime Coste
2016-10-23
Set main selection index to the current sel when piping different selections
Maxime Coste
2016-10-11
Add support for repeating the last object/char find command
Maxime Coste
2016-10-06
Fix typo horzontally → horizontally
Delapouite
2016-10-05
Fix custom text object
Maxime Coste
2016-10-04
Add "(extend)" to search prompts when we are extending the selection
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-09-26
Pass count to all object selectors
Maxime Coste
2016-08-31
Remove the to_string(unsigned) (it conflicts with to_string(size_t) on x86)
Maxime Coste
2016-08-27
Support merging consecutive selections with <a-m>
Maxime Coste
2016-08-27
Map tab to jump forward until we can distinguish <c-i> from it
Maxime Coste
2016-08-27
Display the capture used in select/split prompt
Maxime Coste
2016-08-22
Only drop blank prefixed history entries in command/shell prompts
Maxime Coste
2016-08-05
Regenerate shell-candidates for each completion sessions
Maxime Coste
2016-07-30
Support sorting and merging overlapping separately, fix bug in move
Maxime Coste
2016-07-28
Use the same logic for mouse wheel and (half) page up/down
Maxime Coste
2016-07-28
Use -1 for invalid codepoint, not 0
Maxime Coste
2016-07-27
Do not avoid end of lines after selecting modified ranges in undo
Maxime Coste
2016-07-27
Fix use of dead string memory and quick cleanup
Maxime Coste
2016-07-26
Allow selection primitives to use arbitrary punctuation signs
Frank LENORMAND
2016-07-24
Display some information when moving in history
Maxime Coste
2016-07-24
Support for going backward/forward in buffer history with <a-u>/<a-U>
Maxime Coste
2016-07-24
Support counts for undo/redo
Maxime Coste
2016-05-11
Allow access to end of line with horizontal moves (h and l)
Maxime Coste
2016-05-09
Make utf8_iterator codepoint type and difference type configurable
Maxime Coste
2016-04-19
Add a -password switch to :prompt to allow for more secure password entering
Maxime Coste
2016-03-30
Fix spaces_to_tabs implementation accessing past end
Maxime Coste
2016-03-25
Add a SplitView container view
Maxime Coste
2016-03-22
User mappings and :exec are always executed in normal mode
Maxime Coste
[next]