Skip to content
Snippets Groups Projects
  1. Aug 06, 2012
  2. Aug 01, 2012
  3. Jul 18, 2012
  4. Jun 21, 2012
  5. Jun 20, 2012
  6. Jun 08, 2012
  7. Jun 06, 2012
  8. Apr 26, 2012
    • Marijn Haverbeke's avatar
      Allow style info to be associated with keymaps · 5a0688f7
      Marijn Haverbeke authored
      Use this in the VIM mode to make the cursor wide in escape mode.
      5a0688f7
    • Marijn Haverbeke's avatar
      Make "autocomplete" a command (missing by default) · 3635b33f
      Marijn Haverbeke authored
      This makes it easier for alternative keymaps to hook into it.
      3635b33f
    • Konstantin Lopuhin's avatar
      Improve vim bindings · 77aa26d9
      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
      77aa26d9
  9. Apr 19, 2012
  10. Apr 17, 2012
  11. Jan 05, 2012
  12. Dec 12, 2011
  13. Dec 08, 2011
  14. Dec 03, 2011
  15. Nov 30, 2011
  16. Nov 21, 2011
Loading