summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-07Add README for vundle plugin (#7245)Sebastian Müller
2018-10-07 #7175 improve vagrant readme (#7247)Sandra Parsick
2018-10-07add auto completion on ng update (#7244)Lakindu Akash
add new option update and add all the options for ng update
2018-10-06Add README.md to the gitfast plugin (#7241)Forrest Wolf
* Create gitfast readme * Add list of gitfast aliases
2018-10-06mercurial: add hga alias for "hg add" (#4969)Mirko Lelansky
Add an alias for adding files in the mercurial plugin.
2018-10-06dirhistory: add README (#7239)MasterOfTheTiger
2018-10-05kate: add README (#7238)Sandra Parsick
2018-10-05terraform: disable terraform prompt in $HOME (#7227)Tristan Escalada
In the home directory there is a .terraform folder for modules but it is most likely not an actual directory of terraform scripts. Therefore, this patch disables checking for workspace in the home directory.
2018-10-05emacs: add README (#7235)Martin Nestorov
2018-10-05jump: add README (#7237)Rubén Durán Balda
2018-10-05themes: fix custom themes directory (#7233)Aswath K
2018-10-05catimg: add README (#7232)Griko Nibras
2018-10-05lol: add README (#7231)Griko Nibras
2018-10-05iterm2: add README (#7230)Niklas Gögge
2018-10-04dircycle: improve README (#7223)Griko Nibras
+ changed keypresses to use the <kbd> tag + added "rebinding keys" section - removed line break on description - removed line break on "rebinding keys"
2018-10-04Add READMEs to plugins: yum, mosh, themes (#7229)Aswath K
2018-10-04docker-compose: add aliases to README (#7226)Jayadeep K M
2018-10-04systemd: add README (#7225)Jayadeep K M
2018-10-04gem: add README (#7224)Marc Cornellà
2018-10-04change title to h1Marc Cornellà
2018-10-04add alias descriptionsMarc Cornellà
2018-10-04Add Gem READMEZach Whitten
2018-10-04gradle: add README (#7211)Zach Whitten
2018-10-04laravel: add README (#7222)Sergey Lysenko
2018-10-04laravel5: add README (#7221)Sergey Lysenko
2018-10-04laravel4: add README (#7220)Sergey Lysenko
2018-10-04postgres: add README (#7217)Umberto Nicoletti
2018-10-04bower: add README (#7216)Aswath K
2018-10-04vagrant: add README (#7215)Bjorn Stange
2018-10-04go: add README and deprecation warning (#7214)MasterOfTheTiger
2018-10-04dircycle: add README (#7213)Griko Nibras
2018-10-04ruby: add README (#7212)MasterOfTheTiger
2018-10-03emoji-clock: add README (#7208)Sagar Patil
2018-10-03ubuntu: update plugin README (#7199)Zach Whitten
2018-10-03mix: add Nerves tasks to completion (#7180)Zach Whitten
2018-10-03golang: add README (#7207)Bjorn Stange
2018-10-03macports: add README (#7204)Sebastian Müller
2018-10-03web-search: add README (#7203)Denys Dovhan
2018-10-03nvm: add README (#7202)Denys Dovhan
2018-10-03node: add README (#7201)Denys Dovhan
2018-10-03gulp: add README (#7200)Marc Cornellà
2018-10-03add linkMarc Cornellà
2018-10-03grunt: add README (#7198)Denys Dovhan
2018-10-03jump: use more compatible flag for ln (#7205)Jonatan Skogsfors
The flag '-h' isn't universal across implementation. According to FreeBSD man page for ln you can use 'n'.
2018-10-03encode64: add README (#7192)Griko Nibras
2018-10-03jump: fix behavior when reusing a mark (#7197)Rubén Durán Balda
Force the mark to point to the new dir, replacing the old one. Fixes #7195
2018-10-03Add README.md to gulp plugin. Issue #7175Denys Dovhan
2018-10-02python: add README (#7191)Sagar Patil
2018-10-02vagrant: fix typo in completion (#5846)Michal Mazur
2018-10-02vscode: rename vsce and vsced aliases (#7190)Fernando
Changed aliases from ``` alias vsce='code --extensions-dir' alias vsced='code --disable-extensions' ``` to ``` alias vsced='code --extensions-dir' alias vscde='code --disable-extensions' ``` `vsce` is the command line to publish extensions: https://code.visualstudio.com/docs/extensions/publish-extension