- 28 Nov, 2012 5 commits
-
-
Gustavo authored
-
Will Weaver authored
This was copied from the git-flow plugin and necessary changes made for the additional features. http://dev.datasift.com/blog/hubflow-github-and-gitflow-model-together HubFlow is git flow with additional features to help with use of github.
-
Hauke Stange authored
-
Hauke Stange authored
-
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 #
-
- 24 Nov, 2012 2 commits
-
-
Srihari Sriraman authored
Quite often, db:test:prepare is run after db:migrate. Added for convenience.
-
Stanislav Mekhonoshin authored
Allows to view commit history in extended way
-
- 22 Nov, 2012 1 commit
-
-
Felipe Contreras authored
Using the upstream git completion and prompt stuff. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
-
- 21 Nov, 2012 1 commit
-
-
Carlos Alexandro Becker authored
-
- 20 Nov, 2012 2 commits
-
-
Josh Matthews authored
-
Árni Hermann Reynisson authored
Instead of git fetch && git rebase.
-
- 19 Nov, 2012 2 commits
-
-
Josh Davis authored
-
Jeong Mok Cho authored
-
- 16 Nov, 2012 1 commit
-
-
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
-
- 13 Nov, 2012 1 commit
-
-
Caleb Epstein authored
-
- 12 Nov, 2012 1 commit
-
-
Caleb Epstein authored
-
- 07 Nov, 2012 1 commit
-
-
Carlos Alexandro Becker authored
-
- 06 Nov, 2012 3 commits
-
-
Sean Escriva authored
-
Carlos Alexandro Becker authored
-
Carlos Alexandro Becker authored
-
- 05 Nov, 2012 1 commit
-
-
汤凯 Kevin Tong authored
Considering the situation when installing sublime text via apt-get (WebUpd8 Sublime Text 2 PPA)
-
- 09 Oct, 2012 1 commit
-
-
Dominik Bamberger authored
-
- 08 Oct, 2012 1 commit
-
-
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
-
- 05 Oct, 2012 3 commits
-
-
Daniel Gomes authored
-
Daniel Gomes authored
-
Daniel Gomes authored
-
- 02 Oct, 2012 1 commit
-
-
Dominik Bamberger authored
-
- 01 Oct, 2012 2 commits
-
-
Paul Redmond authored
-
Dominik Bamberger authored
-
- 29 Sep, 2012 3 commits
-
-
Paul Redmond authored
-
Paul Redmond authored
-
Paul Redmond authored
-
- 27 Sep, 2012 1 commit
-
-
Dominik Bamberger authored
Includes aliases for zeus (https://github.com/burke/zeus) Also there is a README.md that list all aliases, ready to copy into the wiki.
-
- 21 Sep, 2012 2 commits
-
-
Jim Hester authored
Use the HISTFILE environment variable in place of copying it to _per_directory_history_global so that users can change the environment variable after sourcing per-directory-history and have the global variable set correctly
-
Aviad Reich authored
-
- 20 Sep, 2012 3 commits
-
-
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
-
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
-
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
-
- 18 Sep, 2012 1 commit
-
-
http://puma.ioTrae Robrock authored
-
- 13 Sep, 2012 1 commit
-
-
Koen Punt authored
-