Merge branch 'master' of https://git.rayelliott.dev/dots/nvim
This commit is contained in:
commit
2ada6bffcf
8
init.vim
8
init.vim
|
@ -205,8 +205,8 @@ set lazyredraw
|
|||
|
||||
set title
|
||||
|
||||
" the ;/home/ray tells vim to stop searching at /home/ray
|
||||
set tags+=./.tags,.tags,./tags-py,.tags-py;/home/ray/
|
||||
" the ;/home/* tells vim to stop searching at /home/* (I hope!)
|
||||
set tags=./.tags,.tags,./tags-external,.tags-external;/home/*
|
||||
|
||||
" persisitent undo file
|
||||
set undofile
|
||||
|
@ -390,7 +390,9 @@ nnoremap <space>qn :cnewer<CR>
|
|||
|
||||
"}}}
|
||||
" 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>
|
||||
|
|
|
@ -89,3 +89,5 @@ Figma
|
|||
Mapbox
|
||||
src
|
||||
alt
|
||||
Gitea
|
||||
analytics
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue