windows vimrc
This commit is contained in:
parent
1d4aaddca1
commit
708a7e0394
3 changed files with 342 additions and 13 deletions
|
|
@ -1,5 +1,6 @@
|
|||
EasyAlign
|
||||
C-x in visual mode to do reg expression
|
||||
Vlime
|
||||
-----
|
||||
|
||||
\cc
|
||||
start connection
|
||||
|
|
@ -11,12 +12,34 @@ Vlime
|
|||
enter to evalutate
|
||||
\dda
|
||||
show doc for function
|
||||
\p
|
||||
show package name
|
||||
\xc
|
||||
show xref
|
||||
\p
|
||||
show package name
|
||||
\xc
|
||||
show xref
|
||||
\of
|
||||
compile file
|
||||
|
||||
GitGutter
|
||||
[c and ]c
|
||||
jump between hunks
|
||||
<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:
|
||||
nmap ghv <Plug>(GitGutterPreviewHunk)
|
||||
nmap ghn <Plug>(GitGutterNextHunk)
|
||||
nmap ghp <Plug>(GitGutterPrevHunk)
|
||||
nmap ghf <Plug>(GitGutterFold)
|
||||
|
||||
|
||||
TODO: make this folded notes, bind edit function
|
||||
|
||||
Custom Bindings
|
||||
c-c
|
||||
kill current window
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue