Vim Notes
-
o - new line below
-
O - new line above
-
gj/gk - move up or down display lines
-
f - go to the first instance of in a line
-
; - go to the next instance of the previously searched
-
, - go to the previous instance " " "
Get the "Command line tools for XCode" installer from Apple, install. | |
Download ncurses | |
curl -O http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz | |
tar zxvf ncurses | |
./configure --prefix=/Users/<user> | |
make | |
make install |
if [ ! -d ~/env ]; then | |
mkdir ~/env; | |
fi; | |
echo 'export WORKON_HOME=$HOME/env' >> ~/.bash_profile | |
echo 'export VIRTUALENVWRAPPER_PYTHON=/opt/python-2.7/bin/python' >> ~/.bash_profile | |
echo 'export PATH=$PATH:/usr/local/phantomjs/1.8.1/bin' >> ~/.bash_profile | |
echo 'if [ -f /opt/python-2.5/bin/virtualenvwrapper.sh ]; then source /opt/python-2.5/bin/virtualenvwrapper.sh; fi;' >> ~/.bash_profile | |
source ~/.bash_profile |
PATH = %PATH%;C:\Users\welkere\python;C:\Users\welkere\python\Scripts;C:\Apps\Admin_Installs\GIT\Git\libexec\git-core | |
Git will fail | |
cd C:\Apps\Admin_Installs\GIT\Git | |
copy bin\libiconv2.dll libexec\git-core | |
PATH = %PATH%;C:\Users\welkere\python\functional_web_tests\Scripts |
Vim Notes
o - new line below
O - new line above
gj/gk - move up or down display lines
f - go to the first instance of in a line
; - go to the next instance of the previously searched
, - go to the previous instance " " "
bash -n : test syntax without running the script shopt -s extglob : turns on extra glob features of the shell (for regexp tests) set -o noclobber - prevents overwriting files
As configured in my dotfiles.
start new:
tmux
start new with session name: