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 |
|