- Elevated Install chocolatey
- Elevated
choco install git
- Copy ssh key
cd ~ ; git clone git@github.com:saitonakamura/dotfiles.git; mv ~/dotfiles/**/* ~/
- Elevated
~/scripts/install-software.ps1
with appropriate options - Elevated
~/scripts/file-assoc.ps1
- Run
:PlugInstall
innvim-qt.exe
t
- test | (code )type | tab | terminalu
- unit testg
- goto, code navigation (code)n
- navigate to, other than code navigationb
- bufferw
- write | windowc
- command | consolea
- action, code actionf
- format, fix | file | functiond
- directory | diagnostic | (code) definitionp
- pretty (format)m
- map[
- back, previous]
- forward, nexts
- (code) symbolr
- refator | (code) referencei
- (code) implementation
- completion might be triggered as I type, or forcefully called via or <Ctrl/Option-Space>
- completion items can be fuzzy/non-fuzzy filtered
- next/prev items can be selected by /
- completion should be disabled when pressing
- item should be commited when is pressed