1. 28 Nov, 2012 5 commits
  2. 27 Nov, 2012 2 commits
  3. 24 Nov, 2012 2 commits
  4. 22 Nov, 2012 1 commit
  5. 21 Nov, 2012 2 commits
  6. 20 Nov, 2012 2 commits
  7. 19 Nov, 2012 2 commits
  8. 16 Nov, 2012 1 commit
    • Jim Hester's avatar
      Replace reset-prompt with push-line and accept-line · 9ba79911
      Jim Hester authored
      The in memory history is not updated until an accept line command, so you
      have to push enter before it is correct, this commit replaces the reset-prompt
      with an accept-line.  It also adds a push-line, to preserve the current editing
      buffer
      9ba79911
  9. 13 Nov, 2012 1 commit
  10. 12 Nov, 2012 1 commit
  11. 08 Nov, 2012 1 commit
    • Brian Hartvigsen's avatar
      Update plugins/svn/svn.plugin.zsh · 1b768a3b
      Brian Hartvigsen authored
      Behave more like lib/git.zsh.
      Set `SVN_SHOW_BRANCH="true"` to display branch/tag or trunk instead of just repo name.
      Falls back to repo name if branch information is not available.
      
      Idea and awk call from revans/bash-it/themes/base.theme.bash
      1b768a3b
  12. 07 Nov, 2012 1 commit
  13. 06 Nov, 2012 3 commits
  14. 05 Nov, 2012 1 commit
  15. 09 Oct, 2012 1 commit
  16. 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
  17. 05 Oct, 2012 3 commits
  18. 02 Oct, 2012 1 commit
  19. 01 Oct, 2012 2 commits
  20. 29 Sep, 2012 3 commits
  21. 27 Sep, 2012 1 commit
  22. 21 Sep, 2012 2 commits
  23. 20 Sep, 2012 1 commit
    • Jim Hester's avatar
      Colemak plugin · aeadd737
      Jim Hester authored
        a plugin for useing the colemak[1] keyboard layout and vi-mode in zsh, rotates
        some keys around in vi command mode so that the physical hjkl keys are still
        used for movement, all the rotated keys are either in colemak's location or
        qwerty's location, so it is easy to pick up
      
        [1] www.colemak.com
      aeadd737