Compare commits

..

No commits in common. "ff696ac5dbf2f26634d81ed9bf94f5b5f694d313" and "12e521a2c634c2bb50af60717c2c4ef5a1394cd8" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -4,7 +4,7 @@
## Selfupdate ## Selfupdate
function dotfiles_selfupdate function dotfiles_selfupdate
{ {
(DOTFILES_FORCEUPDATE=1 source $DOTFILES/extras/check_for_update.zsh || echo "[dotfiles_selfupdate] failed") (DOTFILES_FORCEUPDATE=1 source $DOTFILES/check_for_update.zsh || echo "[dotfiles_selfupdate] failed")
} }
## get cheat sheets for commands from cheat.sh. Usage: cheat commandname ## get cheat sheets for commands from cheat.sh. Usage: cheat commandname

View File

@ -117,9 +117,6 @@ map <leader>i :set cursorcolumn!<CR>
"" Goyo "" Goyo
nmap <leader>zz :Goyo<CR> nmap <leader>zz :Goyo<CR>
""" Tagbar
nmap <F8> :TagbarToggle<CR>
""Misc stuff ""Misc stuff
if g:uname == "Darwin" if g:uname == "Darwin"
"" Mac specific stuff "" Mac specific stuff