1. 09 10月, 2012 9 次提交
  2. 06 10月, 2012 3 次提交
  3. 03 10月, 2012 1 次提交
  4. 02 10月, 2012 1 次提交
  5. 01 10月, 2012 1 次提交
  6. 29 9月, 2012 4 次提交
  7. 27 9月, 2012 3 次提交
  8. 26 9月, 2012 2 次提交
  9. 24 9月, 2012 5 次提交
  10. 21 9月, 2012 2 次提交
  11. 20 9月, 2012 3 次提交
    • J
      Colemak plugin · aeadd737
      Jim Hester 提交于
        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
    • J
      Per directory history plugin · baa187e4
      Jim Hester 提交于
         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
    • J
      Fix to restore bindings after switching to vi-mode · b609aa0e
      Jim Hester 提交于
      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 9月, 2012 2 次提交
  13. 13 9月, 2012 3 次提交
  14. 06 9月, 2012 1 次提交