Added Snippets and cleanup .script/startup.sh

This commit is contained in:
TuDatTr
2020-03-03 18:26:11 +01:00
parent ff8227ac64
commit 4e20234777
16 changed files with 594 additions and 21 deletions

View File

@@ -9,7 +9,7 @@ map <C-B> <Esc>:b<space>
nnoremap <C-u> :earlier<CR>
nnoremap <C-U> :later<CR>
noremap Y "+y
noremap <C-E> :tabedit **/*
noremap <C-E> :e **/*
noremap <F12> :tabedit<CR>:ter<CR><C-w><C-w>:q<CR>
noremap <F12> <Esc>:syntax sync fromstart<CR>
inoremap <F12> <C-o>:syntax sync fromstart<CR>