Commit c85b47f7 authored by Murukesh Mohanan's avatar Murukesh Mohanan

sync

parent dc8c59b6
setlocal colorcolumn=+1 setlocal colorcolumn=+1
setlocal spell spelllang=en_gb setlocal spell spelllang=en_gb
autocmd CursorHold *.md w autocmd CursorHold <buffer> update
autocmd CursorHold *.markdown w
highlight ColorColumn ctermbg=grey guibg=grey highlight ColorColumn ctermbg=grey guibg=grey
...@@ -5,7 +5,7 @@ setlocal spell spelllang=en_gb ...@@ -5,7 +5,7 @@ setlocal spell spelllang=en_gb
autocmd CursorHold <buffer> update autocmd CursorHold <buffer> update
inoremap <buffer> $ $$<left> inoremap <buffer> $ $$<left>
inoremap <buffer> gls \gls{}<left> inoremap <buffer> <leader>g \gls{}<left>
inoremap <buffer> glr \gls{rsa} inoremap <buffer> glr \gls{rsa}
inoremap <buffer> glg \gls{gpg} inoremap <buffer> glg \gls{gpg}
inoremap <buffer> glf \gls{fr} inoremap <buffer> glf \gls{fr}
......
...@@ -71,3 +71,5 @@ manpage ...@@ -71,3 +71,5 @@ manpage
manpages manpages
filetype filetype
QEMU QEMU
ciphertext
ciphertexts
...@@ -194,7 +194,7 @@ let g:ctrlp_prompt_mappings = { ...@@ -194,7 +194,7 @@ let g:ctrlp_prompt_mappings = {
let g:ctrlp_max_depth = 40 let g:ctrlp_max_depth = 40
let g:ctrlp_max_files = 10000 let g:ctrlp_max_files = 10000
let g:ctrlp_custom_ignore = { let g:ctrlp_custom_ignore = {
\ 'dir': '\v[\/](plugged|undo|view|\.git)$' \ 'dir': '\v[\/](plugged|undo|view|\.git|_site)$'
\ } \ }
let g:DiffColors = 100 let g:DiffColors = 100
let g:DiffUnit = "Word3" let g:DiffUnit = "Word3"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment