This commit is contained in:
Ray Elliott 2020-05-10 13:10:57 +00:00
commit 2ada6bffcf
3 changed files with 7 additions and 3 deletions

View File

@ -205,8 +205,8 @@ set lazyredraw
set title set title
" the ;/home/ray tells vim to stop searching at /home/ray " the ;/home/* tells vim to stop searching at /home/* (I hope!)
set tags+=./.tags,.tags,./tags-py,.tags-py;/home/ray/ set tags=./.tags,.tags,./tags-external,.tags-external;/home/*
" persisitent undo file " persisitent undo file
set undofile set undofile
@ -390,7 +390,9 @@ nnoremap <space>qn :cnewer<CR>
"}}} "}}}
" insert mode mappings {{{ " insert mode mappings {{{
inoremap jkrg <c-o>:reg<cr> inoremap jj; <Esc>A;<Esc>
inoremap jj, <Esc>A,<Esc>
inoremap jjrg <c-o>:reg<cr>
inoremap :w<cr> :w<cr> inoremap :w<cr> :w<cr>
inoremap [:w<cr> :w<cr> inoremap [:w<cr> :w<cr>
inoremap {:w<cr> :w<cr> inoremap {:w<cr> :w<cr>

View File

@ -89,3 +89,5 @@ Figma
Mapbox Mapbox
src src
alt alt
Gitea
analytics

Binary file not shown.