1. 07 Nov, 2012 1 commit
  2. 06 Nov, 2012 2 commits
  3. 09 Oct, 2012 1 commit
  4. 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
  5. 05 Oct, 2012 3 commits
  6. 02 Oct, 2012 1 commit
  7. 01 Oct, 2012 2 commits
  8. 29 Sep, 2012 3 commits
  9. 27 Sep, 2012 1 commit
  10. 21 Sep, 2012 2 commits
  11. 20 Sep, 2012 3 commits
    • 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
    • Jim Hester's avatar
      Per directory history plugin · baa187e4
      Jim Hester authored
         This is a implementation of per directory history for zsh, some
         implementations of which exist in bash[1,2].  It also implements
         a per-directory-history-toggle-history function to change from using the
         directory history to using the global history.  In both cases the history is
         always saved to both the global history and the directory history, so the
         toggle state will not effect the saved histories.  Being able to switch
         between global and directory histories on the fly is a novel feature as far
         as I am aware.
      
         [1]: http://www.compbiome.com/2010/07/bash-per-directory-bash-history.html
         [2]: http://dieter.plaetinck.be/per_directory_bash
      baa187e4
    • Jim Hester's avatar
      Fix to restore bindings after switching to vi-mode · b609aa0e
      Jim Hester authored
      the vi-mode plugin destroys any bindings made before it is sourced due to the
      'bindkey -v' call to switch to using vi-mode.  This patch saves the bindings
      before invoking 'bindkey -v' then rebinds them afterwards, this fixes a number
      of outstanding issues due to people using vi-mode and having things in oh-my-zsh
      break due to the bindings being destroyed
      b609aa0e
  12. 18 Sep, 2012 1 commit
  13. 13 Sep, 2012 2 commits
  14. 06 Sep, 2012 1 commit
  15. 01 Sep, 2012 1 commit
  16. 19 Aug, 2012 1 commit
  17. 15 Jul, 2012 1 commit
  18. 09 Jul, 2012 2 commits
  19. 03 Jul, 2012 1 commit
    • lukas's avatar
      provide plugin for rbfu the ruby version switcher · e3ff4b58
      lukas authored
      Evaluates $(rbfu --init --auto) if rbfu is installed on the system,
      also has a custom rbfu-rubies method which lists the installed
      rubies which are available to rbfu.
      
      For compatibility with themes, also creates the rvm_prompt_info
      function, so existing themes should work out of the box.
      e3ff4b58
  20. 01 Jul, 2012 1 commit
  21. 25 Jun, 2012 1 commit
  22. 22 Jun, 2012 2 commits
  23. 18 Jun, 2012 3 commits
  24. 16 Jun, 2012 1 commit
  25. 15 Jun, 2012 1 commit
  26. 12 Jun, 2012 1 commit