dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit f313e6dbbee83b5823a071dfda6103e3dd839cb5
parent 4a8e1d6f908769f05b4ca25116c950142fabccf6
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Fri, 23 Jan 2015 21:25:03 +0100

new hotkeys for all folds, initial echo when calling uu on osx

Diffstat:
M.vimrc | 2++
Mbin/uu | 1+
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/.vimrc b/.vimrc @@ -321,6 +321,8 @@ nmap <leader>G :Start git commit -a -v && git push<CR> nmap <leader>f za " Toggle all folds nmap <leader>F zA +nmap <leader>Fa zR +nmap <leader>FA zM " zc: close a fold " zo: open a fold " za: toggle a fold diff --git a/bin/uu b/bin/uu @@ -7,6 +7,7 @@ if [[ "$UNAMESTR" == 'Linux' ]]; then sudo apt-get autoremove && \ sudo apt-get clean elif [[ "$UNAMESTR" == 'Darwin' ]]; then + echo "Fetching updates..." brew update && \ brew upgrade && \ brew cleanup