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-12-06
Remove Vector returning split functions, use range adaptor
Maxime Coste
2017-12-03
Text-Objects: Use regex to select surroundings
Maxime Coste
2017-12-01
Regex: Support forward and backward matching code in the same CompiledRegex
Maxime Coste
2017-11-22
Remove unused lambda captures
fsub
2017-11-13
Normal: add <a-S> to select first and last char of selection
Maxime Coste
2017-11-13
Add count support to jumps (<c-o> and <c-i>). Add jumps tests
Delapouite
2017-11-08
Fix pipe logic in the case where the selections were accessed in the cmdline
Maxime Coste
2017-11-04
src: Don't save whitespace-led commands in the `:` register
Frank LENORMAND
2017-11-01
Make use of custom regex backward searching support for reverse search
Maxime Coste
2017-11-01
Regex: switch to custom impl, use boost for checking
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-20
Disable constexpr keymap as it breaks compilation with gcc 5
Maxime Coste
2017-10-20
Make the normal mode keymap a compile time hash map
Maxime Coste
2017-10-20
Move keymap as an implementation detail of the normal mode keys
Maxime Coste
2017-10-04
Docs: add missing normal keys <c-[bfud]>
Delapouite
2017-09-28
Merge remote-tracking branch 'Delapouite/runtime-error'
Maxime Coste
2017-09-27
Convert status info into proper runtime_errors
Delapouite
2017-09-27
Add status info when navigating through jumplist (<c-o>, <c-i>)
Delapouite
2017-09-23
Merge remote-tracking branch 'Delapouite/next-history-id'
Maxime Coste
2017-09-23
Small code style tweak
Maxime Coste
2017-09-23
Merge remote-tracking branch 'occivink/quit-on-esc'
Maxime Coste
2017-09-21
Add count support for indent / deindent
Delapouite
2017-09-21
Use <esc> to exit on-key modes
Olivier Perret
2017-09-20
Add max_history_id in status printed with <a-u> and <a-U>
Delapouite
2017-09-18
Merge remote-tracking branch 'Delapouite/custom-text-object'
Maxime Coste
2017-09-17
Add count support for scroll keys (PageUp, PageDown, C-bfud)
Delapouite
2017-08-29
Rename containers.hh to ranges.hh (and Container to Range)
Maxime Coste
2017-08-29
avoid literal eol in status lines, replace them with another symbol
Maxime Coste
2017-08-18
Remove now trivial Selection::merge_with method
Maxime Coste
2017-07-19
Fix main selection handling in keep pipe ($)
Maxime Coste
2017-07-14
`|` now applies the diff of the modification instead of plain replace
Maxime Coste
2017-07-13
Fix undo handling in <a-o>/<a-O>
Maxime Coste
2017-07-11
Alternative, and hopefully safer implementation of <a-o>/<a-O>
Maxime Coste
2017-07-11
Add <a-c> and <a-d> for changing/deleting without yanking
Maxime Coste
2017-07-11
Add <a-o> and <a-O> to add lines below/above selections
Maxime Coste
2017-07-09
Docs: add missing <a-R> key and fix info message
Delapouite
2017-07-05
Refine info titles to distinguish f/t (select) and F/T (extend)
Delapouite
2017-06-29
Code style tweak
Maxime Coste
2017-06-29
Validating an empty command in prompt reruns the last command
Maxime Coste
2017-06-29
Merge remote-tracking branch 'danr/Expose-last-entered-command-in-register'
Maxime Coste
2017-06-26
Pass a context instead of just the buffer to selector functions
Maxime Coste
2017-06-16
Support hitting escape to cancel a selection combine operation
Maxime Coste
2017-06-14
Change custom text object desc trigger from ':' to 'c' - Fix #1362
Delapouite
2017-06-08
Merge remote-tracking branch 'Delapouite/rotate-forward'
Maxime Coste
2017-06-07
Clarify rotation direction between <'> and <a-'> in info help
Delapouite
2017-06-07
Merge remote-tracking branch 'Delapouite/underscore'
Maxime Coste
2017-06-06
Add underscore char as a valid punctuation for text-object pairs
Delapouite
2017-06-06
Remember previous NormalParams::count in view-lock mode
Delapouite
[prev]
[next]