Commit graph

2,318 commits

Author SHA1 Message Date
fred-o
07c604b31e apparently, this file must exist for the plugin to load 2014-11-28 14:36:47 +01:00
fred-o
d7216fb432 added completion for all asadmin subcommands 2014-11-28 14:36:47 +01:00
nXqd
b9a2da61c7 avoid VCS folders 2014-11-28 14:36:43 +01:00
Peter Jaros
4b84146e4d Move example plugin to the custom plugins dir. 2014-11-28 14:36:40 +01:00
Derek Wyatt
c540f1bd8a Added an <esc> to the begining of everything. I ran something when I was in insert mode once and all it did was shove !args... into the buffer. <esc> first. 2014-11-28 14:36:40 +01:00
Derek Wyatt
5b06a087e1 Updated the README to include documentation on the postCallVim callout 2014-11-28 14:36:40 +01:00
Derek Wyatt
863123504c Added an optional callout to the end of the interaction function. I put it in to allow me to put the window focus on MacVim / GVim depending on the different OS I happen to be on 2014-11-28 14:36:40 +01:00
Derek Wyatt
e2a6152a7b Fixed: If you callvim on a non-existant file with a relative path, the CWD of the running gvim process is used, and that's not right. We use the PWD explicitly instead, in this case 2014-11-28 14:36:40 +01:00
Derek Wyatt
e8d3c0fab1 A plugin that makes it easier to interact with the (single) running instance of gvim 2014-11-28 14:36:40 +01:00
cmar
a0b28392d0 command to restart pow process 2014-11-28 14:36:37 +01:00
cmar
07a873748f added powed command to list pow urls 2014-11-28 14:36:37 +01:00
Leif Ringstad
1a0497ebbe Plugin: Rake-fast: Support both *nix and Darwin 2014-11-28 14:36:33 +01:00
Phil Eichinger
f7901bb91a New aliases for 'apt-get' and 'aptitude' as they were overwritten by later aliases 2014-11-28 14:36:33 +01:00
Luke Horvat
0986826501 Fixed typos + made wording more consistent in zshrc.zsh-template 2014-11-28 14:36:33 +01:00
Florian Franzen
b9fdd005ec history-substring-search: bindkey now checks if terminfo is available first. 2014-11-28 14:36:33 +01:00
Bob Williams
f402c6118c adding xargs -0 to node aliases 2014-11-28 14:36:33 +01:00
Bob Williams
8572334237 updated readme.md and using tab char for formatting with node 2014-11-28 14:36:33 +01:00
Bob Williams
4e34b85f9d bug fix for node pp_json version 2014-11-28 14:36:33 +01:00
Jan Ehrhardt
8a0a2b1499 Add check for display list equals nil
Emacs returns either a sequence of availbale displays or nil. Checking
nil fixes this script to work as expected.
2014-11-28 14:36:32 +01:00
Daniel Farrell
d6d9f7184a Fixed which output at each new shell creation 2014-11-28 14:36:32 +01:00
Bob Williams
ccfd0783ef updating README.md 2014-11-28 14:36:32 +01:00
Bob Williams
62d0d9a433 adding README.md for jsontools 2014-11-28 14:36:32 +01:00
ncanceill
7fb614cf1b $ZSH is the OMZ installation folder, not configuration 2014-11-28 14:36:32 +01:00
ncanceill
391c0b721e mention $ZSH_CUSTOM as suggested in #2295 2014-11-28 14:36:32 +01:00
ncanceill
b614229f3d suggest setting $LANG to fix #1286 and fix #1823 2014-11-28 14:36:32 +01:00
Marc Cornellà
cd2b97fa94 Fix export syntax of $GREP_OPTIONS
Fixes #2641, #2642
2014-11-28 14:36:32 +01:00
Miguel Flores Ruiz de Eguino
52ff06973e Sort bundled commands alphabetically 2014-11-28 14:36:32 +01:00
jieryn
ef872b7b84 add common video formats FLV and WEBM 2014-11-28 14:36:32 +01:00
Miguel Flores Ruiz de Eguino
2f7e37f534 Add irb to the list of bundled commands 2014-11-28 14:36:32 +01:00
Kevin Bongart
5be3f20011 Add new brew cask commands 2014-11-28 14:36:32 +01:00
Alexei Danchenkov
1e93130b1f Added a forward-delete fallback to bind Delete key
Delete key (of Fn+Delete on Mac) would print "~" instead of deletion.
2014-11-28 14:36:32 +01:00
Arno Fortelny
f294a2ef8f atom plugin 2014-11-28 14:36:32 +01:00
Alexei Danchenkov
2440d9f769 Aligned comments 2014-11-28 14:36:32 +01:00
Alexei Danchenkov
4540ad11d4 Update key-bindings.zsh
Aligned comments
2014-11-28 14:36:32 +01:00
Alexei Danchenkov
583ab0662e added terminfo keys verification 2014-11-28 14:36:32 +01:00
Antoine Dechaume
2eebeee265 Fix dirpersist plugin
This plugin did not work, I just found the same functionnality in grml, this one works.
2014-11-28 14:36:31 +01:00
Reed Riley
1269f8e104 Fixed errors if acpitool isn't installed on linux 2014-11-28 14:36:31 +01:00
Johan Svensson
4f68d828a5 Add chef-vault knife cmd support 2014-11-28 14:36:31 +01:00
Pavol Juhas
c2a653d197 Add scd plugin for smart change of directory.
Synced with the scd-tracker branch
pavoljuhas/oh-my-zsh@2f78243cad.
2014-11-28 14:36:31 +01:00
Kory Prince
4e6a1169d9 Don't show useless '[]' when chruby_prompt_info is empty 2014-11-28 14:36:31 +01:00
Benoit Dubertret
c7f0074d68 Fix gwip alias in git plugin when no files to rm 2014-11-28 14:36:31 +01:00
Nicolas Cavigneaux
2b59b366e6 Don't set RBENV_ROOT to "$HOME/.rbenv" when using Homebrew rbenv
Hard setting RBENV_ROOT to "$HOME/.rbenv" when using Homebrew's rbenv
will breaks it. It has to be set to $(brew --prefix rbenv).
2014-11-28 14:36:31 +01:00
Felix Laurie von Massenbach
cae1eace3d Don't lazy load the virtualenvwrapper.
Fix robbyrussell#2355.
2014-11-28 14:36:31 +01:00
Kevin Bongart
2632bad0f4 Remove copyright information, as per #2588 2014-11-28 14:36:31 +01:00
Mariusz Fik
e74934b4af Ignore more users in ssh completion.
Signed-off-by: Mariusz Fik <fisiu@opensuse.org>
2014-11-28 14:36:31 +01:00
Andrew vonderLuft
89b8f3421f add option to show dirty status of current dir 2014-11-28 14:36:31 +01:00
Michael Hauser-Raspe
00ff9b6aa2 Added v as a keybinding to edit-command-line
taken from [here](http://www.zsh.org/mla/users/2008/msg01013.html)
We want pressing v in command mode to take us to an editor (defined by the $VISUAL or $EDITOR variable or vi) to edit the current contents of the command line which (I believe) is a standard feature of bash vi-mode or other readline prompts (see [here](http://www.catonmat.net/download/bash-vi-editing-mode-cheat-sheet.pdf) and [here](http://www.catonmat.net/blog/bash-vi-editing-mode-cheat-sheet/) for source).
2014-11-28 14:36:31 +01:00
Christian Höltje
0fbf521c81 ssh-agent: prevent environment file from flapping
On an OS X laptop, the variable `$HOST` changes a lot depending
on what wifi network you're connected to.  This causes a lot
of `~/.ssh/environment-$HOST` files to be created and
causes multiple ssh-agents to created.

Instead, use `scutil --get ComputerName` to get something
more stable.
2014-11-28 14:36:31 +01:00
Robby Russell
eeff790278 Fixing a few quirks in the latest installer updates (quoting /Users/robbyrussell/.oh-my-zsh and such). Also mentioining our twitter account after install 2014-11-28 14:36:31 +01:00
Daniel Hahler
186ba1161c Use zsh's default for ':completion:*:hosts'
The manual configuration of ':completion:*:hosts' causes some problems
(e.g. issue #1337), and misses useful information (especially from
~/.ssh/known_hosts; issue #690 and issue #1009).

The best option appears to be using zsh's default configuration for
':completion:*:hosts'.

While rebasing this for a new pull request (#1498 got closed by accident
and then requests to re-open it got ignored), it also drops the `users
off` setting: completion of user names can be useful, and the commit
adding it (c4434d2) does not state why.
2014-11-28 14:36:31 +01:00