Friday Changes

This commit is contained in:
Ian Keane 2020-02-14 16:58:38 -05:00
parent 16669b72f6
commit 980fb49431
3 changed files with 29 additions and 28 deletions

View file

@ -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"

View file

@ -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
<leader>hp
preview hunk
<leader>hs
stage hunk
<leader>hu
undo hunk
<leader>hp
preview hunk
<leader>hs
stage hunk
<leader>hu
undo hunk
TODO: map to ghp, ghs, ghu, ghn, ghp?
find mapping for gitgutterfold
TODO:
@ -37,7 +39,7 @@ TODO:
nmap ghf <Plug>(GitGutterFold)
TODO: make this folded notes, bind edit function
TODO: make this folded notes, bind edit function
Custom Bindings
c-c

View file

@ -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'