diff --git a/bash/.bashrc b/bash/.bashrc index 7694891..a069fa2 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -10,3 +10,4 @@ PS1='[\u@\h \W]\$ ' export DISPLAY=:0 export LIBGL_ALWAYS_INDIRECT=1 export FZF_DEFAULT_COMMAD="find -L" +export PATH="$PATH:/opt/mssql-tools/bin" diff --git a/vim/.vim/bindings.md b/vim/.vim/bindings.md index d66864e..7bbef1b 100644 --- a/vim/.vim/bindings.md +++ b/vim/.vim/bindings.md @@ -1,33 +1,35 @@ EasyAlign C-x in visual mode to do reg expression -Vlime +Vlime - \cc - start connection - \cs - list connections - \cd - drop connection - \i interaction mode - enter to evalutate - \dda - show doc for function - \p - show package name - \xc - show xref - \of - compile file + \rr + start and connect to session within vim + \cc + start connection + \cs + list connections + \cd + drop connection + \i interaction mode + enter to evalutate + \dda + show doc for function + \p + show package name + \xc + show xref + \of + compile file -GitGutter -[c and ]c +GitGutter +[c and ]c jump between hunks -hp - preview hunk -hs - stage hunk -hu - undo hunk +hp + preview hunk +hs + stage hunk +hu + undo hunk TODO: map to ghp, ghs, ghu, ghn, ghp? find mapping for gitgutterfold TODO: @@ -37,7 +39,7 @@ TODO: nmap ghf (GitGutterFold) -TODO: make this folded notes, bind edit function +TODO: make this folded notes, bind edit function Custom Bindings c-c diff --git a/vim/.vimrc b/vim/.vimrc index 5c69948..fd00ab4 100755 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -26,9 +26,7 @@ " Plug 'unblevable/quick-scope' Plug 'tpope/vim-fugitive' Plug 'l04m33/vlime', {'rtp': 'vim/'} - Plug 'artanikin/vim-synthwave84' Plug 'kovisoft/paredit' - Plug 'relastle/bluewery.vim' Plug 'sainnhe/vim-color-forest-night' Plug 'justinmk/vim-sneak' Plug 'christoomey/vim-tmux-navigator'