Shorten alias, add comment

This commit is contained in:
Rob Watson 2021-01-18 12:39:37 +01:00
parent c0ff58e050
commit 3a4d049f5f
2 changed files with 4 additions and 2 deletions

2
vimrc
View File

@ -168,6 +168,8 @@ let g:go_info_mode='gopls'
let g:rustfmt_autosave = 1
" ALE configuration:
" Note: needs https://github.com/dense-analysis/ale/issues/3373
" to avoid "json decode error" during deoplete resolution.
set omnifunc=ale#completion#OmniFunc
function SymbolSearch()
call inputsave()

4
zshrc
View File

@ -130,8 +130,8 @@ git config --global alias.br branch
alias sysc="systemctl"
alias hib="sudo systemctl hibernate"
alias dcd="docker-compose -f docker-compose.yml -f docker-compose.development.yml"
alias tmkp="tmux kill-pane"
alias tmkw="tmux kill-window"
alias tkp="tmux kill-pane"
alias tkw="tmux kill-window"
alias updatevimplugins="cd $HOME/.vim/pack/git-plugins && find -maxdepth 2 -type d | xargs -I{} bash -c 'cd {} ; git pull --rebase' ; cd -"
# recursive grep with line numbers and colour, ignoring binary files: