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 :nohls "https://vim.fandom.com/wiki/Moving_lines_up_or_down nnoremap :m .+1== nnoremap :m .-2== inoremap :m .+1==gi inoremap :m .-2==gi vnoremap :m '>+1gv=gv vnoremap :m '<-2gv=gv