From 3a4d049f5f9dbcf2591ae19921dc401d5fcb6737 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Mon, 18 Jan 2021 12:39:37 +0100 Subject: [PATCH] Shorten alias, add comment --- vimrc | 2 ++ zshrc | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index f6bb491..500b775 100644 --- a/vimrc +++ b/vimrc @@ -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() diff --git a/zshrc b/zshrc index ea6356e..e69ad53 100644 --- a/zshrc +++ b/zshrc @@ -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: