Maxime Coste
|
9337938403
|
replace std::string references with String
|
2012-04-14 01:17:09 +00:00 |
|
Maxime Coste
|
cd615b35a2
|
generalize do_select_surrounding in do_select_object and add a whole word selector
|
2012-03-12 14:23:30 +00:00 |
|
Maxime Coste
|
782b557660
|
factor word and WORD selectors
|
2012-03-07 19:20:32 +00:00 |
|
Maxime Coste
|
d84d085cc2
|
Merge captures into registers, implements register insertion
|
2012-02-09 23:47:55 +00:00 |
|
Maxime Coste
|
9b5e9ffee2
|
selectors now take a Selection as parameter instead of a BufferIterator
|
2012-02-07 14:26:51 +00:00 |
|
Maxime Coste
|
8b1b1d9cd8
|
Selectors: add select_surrounding to select blocks
Alt-a followed by []()<>{}bB selects the block surrounding current
selection end.
Alt-i is similar but selects only the inside of the block.
|
2012-01-04 14:18:08 +00:00 |
|
Maxime Coste
|
7861ad9ddb
|
Selectors: add split_selection bound to Alt-s
|
2011-11-21 19:30:44 +00:00 |
|
Maxime Coste
|
b67c36358d
|
Extract RegexSelector methods as plain selectors
|
2011-11-21 19:08:51 +00:00 |
|
Maxime Coste
|
2677fa7961
|
Add , to fully selects lines selection is on.
|
2011-11-21 18:53:22 +00:00 |
|
Maxime Coste
|
2c8f3229c0
|
Selectors: add selectors for WORDs
WORDs are the same as vim's ones, i.e. a group of contiguous non blank
characters. They are bound as alt + word selector key.
|
2011-10-25 18:46:14 +00:00 |
|
Maxime Coste
|
80e7bac622
|
Selectors: remove unused move_select
|
2011-10-12 18:54:04 +00:00 |
|
Maxime Coste
|
7e84ca9ae9
|
gl and gh now go to first or last character of the line
append mode is supported through G key
|
2011-10-10 14:24:17 +00:00 |
|
Maxime Coste
|
d99bcd7f2e
|
bind T and F as select_to_reverse non-inclusive and inclusive
|
2011-10-03 14:29:44 +00:00 |
|
Maxime Coste
|
610acb3c0e
|
Selectors: add a count argument to select_to
|
2011-09-27 14:27:48 +00:00 |
|
Maxime Coste
|
52ad372adb
|
Selectors: support inclusive mode in select_to (bound to f key)
|
2011-09-23 14:06:10 +00:00 |
|
Maxime Coste
|
c3faeb6c05
|
Selectors: add select_to which selects until a given character on current line
|
2011-09-22 14:35:28 +00:00 |
|
Maxime Coste
|
cff69b2556
|
Selectors: add a basic select_matching selector for <([{]])> pairs
|
2011-09-21 19:09:49 +00:00 |
|
Maxime Coste
|
3af66276f0
|
Move selectors function to their own file
|
2011-09-21 14:37:09 +00:00 |
|