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 LIBGL_ALWAYS_INDIRECT=1
|
||||
export FZF_DEFAULT_COMMAD="find -L"
|
||||
export PATH="$PATH:/opt/mssql-tools/bin"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue