- Aug 06, 2012
-
-
Marijn Haverbeke authored
Issue #698
-
- Aug 01, 2012
-
-
Page authored
This fixes an error in the case that extra properties have been added to the array prototype.
-
- Jul 18, 2012
-
-
Marijn Haverbeke authored
-
Lanny authored
-
- Jun 21, 2012
-
-
Marijn Haverbeke authored
-
Vestimir Markov authored
-
Marijn Haverbeke authored
-
Lanny authored
-
- Jun 20, 2012
-
-
Marijn Haverbeke authored
-
Lanny authored
- W motion - text object system - esc to abort partial commands - various minor changes
-
- Jun 08, 2012
- Jun 06, 2012
- Apr 26, 2012
-
-
Marijn Haverbeke authored
Use this in the VIM mode to make the cursor wide in escape mode.
-
Marijn Haverbeke authored
This makes it easier for alternative keymaps to hook into it.
-
Konstantin Lopuhin authored
$ now goes not till the end of line, but one symbol before it (so e.g. $i works as in vim now) define per-character key-bindings in a function, instead of a loop (where local variable "m" was bound to the last value in loop - see line 203 in original source - so the prefix-d' and prefix-y' key-bindings were useless) do not raise js error when mark is not set (for prefix-d' and prefix-y' maps) Added a list of implemented and major not implemented key-bindings at the top Added commands: de, dd, P, f, t, df, dt, F, T, dF, dT, cf, ct, cF, cT, gg, s, ce, cb, r, D, cc
-
- Apr 19, 2012
-
-
Marijn Haverbeke authored
Make character bindings work for maps that define a nofallthrough.
-
Chris Morgan authored
-
Chris Morgan authored
| is not fully correct (works on literal characters, not screen characters, so tab will provide different semantics). ^ is fully correct, I believe. I has had its semantics fixed (to go to the correct place in the line).
-
- Apr 17, 2012
-
-
Jan Keromnes authored
Signed-off-by:
Jan Keromnes <janx@linux.com>
-
Jan Keromnes authored
Signed-off-by:
Jan Keromnes <janx@linux.com>
-
- Jan 05, 2012
-
-
Marijn Haverbeke authored
Courtesy of Soumen Basak
-
- Dec 12, 2011
-
-
Marijn Haverbeke authored
-
- Dec 08, 2011
-
-
Maksim Lin authored
-
- Dec 03, 2011
-
-
Marijn Haverbeke authored
Issue #274
-
- Nov 30, 2011
-
-
misfo authored
-
misfo authored
-
Jan Keromnes authored
Signed-off-by:
Jan Keromnes <janx@linux.com>
-
Marijn Haverbeke authored
-
misfo authored
Implement a minimal set of Vim keybindings: basic char/line motions with counts, undo/redo with counts, and the basic insert switch.
-
- Nov 21, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-