1. 28 Nov, 2012 1 commit
    • Max Bane's avatar
      Revert "Fix to restore bindings after switching to vi-mode" · 53854754
      Max Bane authored
      This reverts commit b609aa0e -- this commit
      was a bad idea, because it makes vi-mode very difficult to use. The default
      `bindkey` keybindings are NOT MEANT to coexist with `bindkey -v` Vi mode;
      that's why `bindkey -v` clears them in the first place! Restoring all of the
      default keybindings after enabling Vi mode, the way the reverted commit did,
      causes many collisions between those default keybindings that begin with ESC
      and the command-mode-initiating ESC of Vi mode. See Issue 1438 of
      robbyrussell/oh-my-zsh. If people have custom keybindings, they should create
      them in their ~/.zshrc AFTER enabling the vi-mode plugin and sourcing
      oh-my-zsh.sh.
      
      # Please enter the commit message for your changes. Lines starting
      # with '#' will be ignored, and an empty message aborts the commit.
      # On branch master
      # Changes to be committed:
      #   (use "git reset HEAD <file>..." to unstage)
      #
      #	modified:   plugins/vi-mode/vi-mode.plugin.zsh
      #
      53854754
  2. 26 Nov, 2012 1 commit
  3. 25 Nov, 2012 9 commits
  4. 22 Nov, 2012 4 commits
  5. 21 Nov, 2012 5 commits
  6. 20 Nov, 2012 1 commit
  7. 14 Nov, 2012 1 commit
    • CHH's avatar
      Improved statistics functions, effect: · 5b2ca387
      CHH authored
       1  1124  24.6006%    c
       2  985   21.5583%    git
       3  343   7.50711%    rails
       4  328   7.17881%    cd
       5  314   6.8724%     rspec
       6  257   5.62486%    la
       7  197   4.31167%    rake
       8  154   3.37054%    s
       9  109   2.38564%    ..
      10  95    2.07923%    rvm
      11  68    1.48829%    guard
      12  36    0.787919%   bundle
      13  29    0.634712%   ssh
      14  28    0.612826%   pry
      15  27    0.590939%   open
      16  26    0.569052%   middleman
      17  26    0.569052%   gem
      18  24    0.525279%   rm
      19  24    0.525279%   heroku
      20  23    0.503392%   nvm
      5b2ca387
  8. 13 Nov, 2012 1 commit
  9. 12 Nov, 2012 1 commit
  10. 07 Nov, 2012 1 commit
  11. 06 Nov, 2012 3 commits
  12. 05 Nov, 2012 1 commit
  13. 03 Nov, 2012 1 commit
  14. 09 Oct, 2012 8 commits
  15. 08 Oct, 2012 1 commit
    • Ian Chesal's avatar
      URL Tools Plugin · a97e1172
      Ian Chesal authored
      * Added urlencode -- alias to encode URLs from the command line using Python
      
      * Added urldecode -- alias to decode URLs from the command line using Python
      a97e1172
  16. 05 Oct, 2012 1 commit