Skip to content

Workflow

abstractOwl edited this page Sep 6, 2014 · 3 revisions

Vim

Of Interest

  • Text Objects:

    :help text-objects

  • Insert Result of Command at Cursor:

    :.!ls

  • Toggle Case of Selection:

    ~

  • Modifiers Can Be Used on Visual Mode:

    viw

  • Reselect Last Selection

    gv

Misc Shortcuts

  • Path completion

    C-x C-f

vimrc packs

janus project: Distribution of mappings and plugins for Vim

abstractOwl/dotfiles

ZSH

Tips

  • Enable Vi-mode

  • In Normal Mode of Vi-Mode Zsh, press v to continue editing the command in Vim. :wq when done.

oh-my-zsh

Amazing collection of aliases, completion, etc to augment ZSH

https://github.com/robbyrussell/oh-my-zsh

Clone this wiki locally