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-06-03
Strip surrounding whitespaces in `*`
Maxime Coste
2017-06-03
Merge remote-tracking branch 'Delapouite/shift-modes'
Maxime Coste
2017-06-03
Add support for more selection combining operations
Maxime Coste
2017-05-31
Refine info titles to distinguish G and V modes
Delapouite
2017-05-27
Use more precise wording for object selection info box
Maxime Coste
2017-05-25
Expose last entered command in register :
Dan Rosén
2017-05-22
Do not avoid eol in insert mode vertical movement
Maxime Coste
2017-05-20
Change <a-z>/<a-Z> to combine selections instead of appending
Maxime Coste
2017-05-18
Small reorganization in the normal keymap
Maxime Coste
2017-05-07
Respect tabstop in Buffer::offset_coord
Maxime Coste
2017-05-07
Do not use any display information to determine where the cursor moves
Maxime Coste
2017-04-25
Support appending selections to empty register
Maxime Coste
2017-03-16
Use a HashMap to store the normal mode keymap
Maxime Coste
2017-03-16
Fixes some clang-tidy warning and add a few missing meta.hh include
Maxime Coste
2017-03-15
Migrate WithBitOps template specialization to with_bit_ops function
Maxime Coste
2017-03-03
Merge remote-tracking branch 'occivink/master'
Maxime Coste
2017-03-03
Return an optional selection in most selectors, fail rather than keep current
Maxime Coste
2017-03-03
Ensure main selection index is correct directly in SelectionList::remove
Maxime Coste
2017-03-03
Make <a-space> throw on invalid index or last selection
Maxime Coste
2017-03-03
Add docstring support for mappings, and use them in autoinfo
Maxime Coste
2017-03-03
<space>, <a-space>: throw on invalid preconditions
Olivier Perret
2017-02-14
Make numeric registers setable
Maxime Coste
2017-02-01
Use <a-'> for backward rotate selection and move rotate content to <a-">
Maxime Coste
2017-02-01
Change `n` behaviour to only select next match for main selection
Maxime Coste
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
[prev]
[next]