Skip to content

Instantly share code, notes, and snippets.

View falconws's full-sized avatar

Junki Kizuka falconws

View GitHub Profile

Keybase proof

I hereby claim:

  • I am falconws on github.
  • I am falconws (https://keybase.io/falconws) on keybase.
  • I have a public key whose fingerprint is 81D2 54B0 FF72 60A5 4A61 9971 55CB B004 5889 5251

To claim this, I am signing this object:

@falconws
falconws / .vimrc
Created April 4, 2021 17:13 — forked from dragonken/.vimrc
YAML space indent for vim
syntax on
filetype plugin indent on
"Get the 2-space YAML as the default when hit carriage return after the colon
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab
set is hlsearch ai ic scs
nnoremap <esc><esc> :nohls<cr>