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
2019-03-16
Make keymap fully constexpr
Maxime Coste
2019-02-17
Add object mode expansions
Jason Felice
2019-02-14
Add object command
Jason Felice
2019-02-04
Remove references to SelectionList from selectors
Maxime Coste
2019-02-04
Remove target_eol and small code cleanups
Maxime Coste
2019-01-23
Change pipe diffing to work linewise
Maxime Coste
2019-01-23
Always select inserted text after piping
Maxime Coste
2019-01-20
Split compile time regex flags from runtime ones
Maxime Coste
2018-12-13
Improve deindent behaviour with mixed indent
Maxime Coste
2018-11-27
Merge remote-tracking branch 'lenormf/fix-trim-selections'
Maxime Coste
2018-11-27
Make '_' the default extra_word_chars, and remove built-in support
Maxime Coste
2018-10-23
Change next_key title for <a-f>, <a-t>, <a-F> and <a-T>
Delapouite
2018-09-30
src: Implement <a-m> and <a-M>
Frank LENORMAND
2018-09-30
src: Move <a-m> to <a-_>
Frank LENORMAND
2018-09-27
src: Drop selections that only contain whitespace on `_`
Frank LENORMAND
2018-07-26
Cleanup some trailing whitespaces and double semicolon
Maxime Coste
2018-07-26
Replace a few loops with ranges
Maxime Coste
2018-07-23
Merge remote-tracking branch 'lenormf/fix-C-skip-empty-lines'
Maxime Coste
2018-07-05
Tolerate restoring invalid coordinates from register
Maxime Coste
2018-07-05
Store each selection as a separate element in a register
Maxime Coste
2018-07-05
Fix selection save/restore from registers post selection list syntax change
Maxime Coste
2018-06-30
src: Make `C` skip empty lines
Frank LENORMAND
2018-06-30
src: Fix cycle hogging when using `C` at EOF
Frank LENORMAND
2018-06-21
Refactor the way main selection is determined after rotating contents
Maxime Coste
2018-06-03
Add MenuStyle::Search that prevents the menu from hiding buffer text
Maxime Coste
2018-05-26
Do not expose C++ typeid().name to user facing errors on wrong option type
Maxime Coste
2018-05-21
Small code cleanup
Maxime Coste
2018-05-19
Fix behaviour of extending to next match when wrapping
Maxime Coste
2018-05-14
Do not push jumps implicitely in transient contexts
Maxime Coste
2018-05-02
Refactor buffer undo tree
Maxime Coste
2018-04-29
Rework the way UI can trigger a client quitting
Maxime Coste
2018-04-29
Rename move to move_cursor
Maxime Coste
2018-04-19
Complete word from the current buffer in regex_prompt
Maxime Coste
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-03-27
Support count in <a-s> to split on groups of n lines
Maxime Coste
2018-03-26
Fix operator priority order error
Maxime Coste
2018-03-25
Remove contains_that and use any_of to be closer to the c++ stdlib
Maxime Coste
2018-03-25
Move rotate selection and rotate selection contents to ) and <a-)>
Maxime Coste
2018-03-25
Use 1 and -1 for Forward/Backward Direction to simplify code
Maxime Coste
2018-03-23
Support `%` in `path` option to mean current buffer directory
Maxime Coste
2018-03-13
ranges: Add transform overload taking directly a pointer to member
Maxime Coste
2018-03-13
Do not jump to buffer start on `g.` with no previous modifications
Maxime Coste
2018-03-10
Move WORD text object to <a-w>
Maxime Coste
2018-03-05
Regex: take the full subject range as a parameter
Maxime Coste
2018-03-03
Remove unused lambda capture
fsub
2018-03-01
Reintroduce complex selection merging behaviour
Maxime Coste
2018-02-26
Merge remote-tracking branch 'Delapouite/sels'
Maxime Coste
2018-02-25
Remove avoidance of end of lines
Maxime Coste
[next]