clipboard

This commit is contained in:
2023-08-13 09:06:22 +02:00
parent 72bdf68ee5
commit b1c4721cd6
4 changed files with 62 additions and 59 deletions

View File

@@ -36,17 +36,19 @@ function Liten()
set spell spelllang=en_us
endfunction
nnoremap <C-l> :call Liten()<CR>
nnoremap <C-m> :call Litde()<CR>
nnoremap <C-e> :call Liten()<CR>
nnoremap <C-g> :call Litde()<CR>
" Theme
" Light
" Dark
nnoremap <M-+> :colo morning<CR>
nnoremap <M--> :colo ron<CR>
" Fuzzy finder
nnoremap <C-f> :Lines<CR>
" Save using strg+s
nnoremap <C-s> :w<CR>
" autosave for Markdown and Latex
set updatetime=800
autocmd CursorHold *.md w