Compare commits

...

2 Commits

Author SHA1 Message Date
bretello ff696ac5db
functions: fix dotfiles_selfupdate 2022-12-23 13:38:20 +01:00
bretello 9299c753e0
vim: add F8 shortcut for tagbar 2022-12-23 12:12:25 +01:00
2 changed files with 4 additions and 1 deletions

View File

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

View File

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