Upgrade to Pro — share decks privately, control downloads, hide ads and more …

How To Quit Vim and other CLI Fu

mikebell
April 03, 2014

How To Quit Vim and other CLI Fu

Basic introduction to the command line and the cool things you can do with it.

mikebell

April 03, 2014
Tweet

More Decks by mikebell

Other Decks in Technology

Transcript

  1. WHO? Name - Mike Bell Twitter - Drupal.org - Github

    - Where - CTI Digital - Drupal Technical Architect @mikebell_ mikebell_ mikebell
  2. IN REALITY... :q is all you need :wq to save

    :q! when you're editing a file as sudo :wq! to save a file when editing as sudo
  3. SHELLS Standard - Bash - https://www.gnu.org/software/bash/bash.html Awesome - ZSH -

    http://www.zsh.org/ Windows Standard- DOS Windows New - Powershell
  4. PHP CLI PECL/Pear - package managers php - itself composer

    - libs and easy autoloading sf2 app/console - drush for symfony2 stuff
  5. DOTFILES FOR NOOBS What are they? Where are they? More

    Info - http://dotfiles.github.io/
  6. GIT EXTRAS Cool tools missing from git https://github.com/visionmedia/git-extras Changelog -

    git changelog Summaries and Statistics - git summary / git info
  7. MISC KEYBOARD GOODIES Ctrl/Cmd on Forms - does magical things

    Most popular sites have shortcuts - shift + ? on github