Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 413 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 413 Bytes

dotfiles🌲

vimrc 🖤

Launch vim and vimrc will bootstrap itself.

Notes 🤔

Monkey Patch vim json syntax file to stop concealment of json quotes.

open vim
:e $VIMRUNTIME/syntax/json.vim
:g/if has('conceal')/s//& \&\& 0/
:wq

🐳 Docker binds detach over <C-e> and <C-p>. To reverse this behavior set a config within .docker/config.json

{
  "detachKeys": "ctrl-q,ctrl-q"
}