Friday Changes
This commit is contained in:
parent
16669b72f6
commit
980fb49431
3 changed files with 29 additions and 28 deletions
|
|
@ -10,3 +10,4 @@ PS1='[\u@\h \W]\$ '
|
||||||
export DISPLAY=:0
|
export DISPLAY=:0
|
||||||
export LIBGL_ALWAYS_INDIRECT=1
|
export LIBGL_ALWAYS_INDIRECT=1
|
||||||
export FZF_DEFAULT_COMMAD="find -L"
|
export FZF_DEFAULT_COMMAD="find -L"
|
||||||
|
export PATH="$PATH:/opt/mssql-tools/bin"
|
||||||
|
|
|
||||||
|
|
@ -1,33 +1,35 @@
|
||||||
EasyAlign
|
EasyAlign
|
||||||
C-x in visual mode to do reg expression
|
C-x in visual mode to do reg expression
|
||||||
Vlime
|
Vlime
|
||||||
|
|
||||||
\cc
|
\rr
|
||||||
start connection
|
start and connect to session within vim
|
||||||
\cs
|
\cc
|
||||||
list connections
|
start connection
|
||||||
\cd
|
\cs
|
||||||
drop connection
|
list connections
|
||||||
\i interaction mode
|
\cd
|
||||||
enter to evalutate
|
drop connection
|
||||||
\dda
|
\i interaction mode
|
||||||
show doc for function
|
enter to evalutate
|
||||||
\p
|
\dda
|
||||||
show package name
|
show doc for function
|
||||||
\xc
|
\p
|
||||||
show xref
|
show package name
|
||||||
\of
|
\xc
|
||||||
compile file
|
show xref
|
||||||
|
\of
|
||||||
|
compile file
|
||||||
|
|
||||||
GitGutter
|
GitGutter
|
||||||
[c and ]c
|
[c and ]c
|
||||||
jump between hunks
|
jump between hunks
|
||||||
<leader>hp
|
<leader>hp
|
||||||
preview hunk
|
preview hunk
|
||||||
<leader>hs
|
<leader>hs
|
||||||
stage hunk
|
stage hunk
|
||||||
<leader>hu
|
<leader>hu
|
||||||
undo hunk
|
undo hunk
|
||||||
TODO: map to ghp, ghs, ghu, ghn, ghp?
|
TODO: map to ghp, ghs, ghu, ghn, ghp?
|
||||||
find mapping for gitgutterfold
|
find mapping for gitgutterfold
|
||||||
TODO:
|
TODO:
|
||||||
|
|
@ -37,7 +39,7 @@ TODO:
|
||||||
nmap ghf <Plug>(GitGutterFold)
|
nmap ghf <Plug>(GitGutterFold)
|
||||||
|
|
||||||
|
|
||||||
TODO: make this folded notes, bind edit function
|
TODO: make this folded notes, bind edit function
|
||||||
|
|
||||||
Custom Bindings
|
Custom Bindings
|
||||||
c-c
|
c-c
|
||||||
|
|
|
||||||
|
|
@ -26,9 +26,7 @@
|
||||||
" Plug 'unblevable/quick-scope'
|
" Plug 'unblevable/quick-scope'
|
||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
Plug 'l04m33/vlime', {'rtp': 'vim/'}
|
Plug 'l04m33/vlime', {'rtp': 'vim/'}
|
||||||
Plug 'artanikin/vim-synthwave84'
|
|
||||||
Plug 'kovisoft/paredit'
|
Plug 'kovisoft/paredit'
|
||||||
Plug 'relastle/bluewery.vim'
|
|
||||||
Plug 'sainnhe/vim-color-forest-night'
|
Plug 'sainnhe/vim-color-forest-night'
|
||||||
Plug 'justinmk/vim-sneak'
|
Plug 'justinmk/vim-sneak'
|
||||||
Plug 'christoomey/vim-tmux-navigator'
|
Plug 'christoomey/vim-tmux-navigator'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue