mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Compare commits
2 Commits
fdfd23a82c
...
f853f1884a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f853f1884a | ||
|
|
2e3790a695 |
@ -23,7 +23,6 @@ call plug#end()
|
|||||||
|
|
||||||
set title
|
set title
|
||||||
set bg=light
|
set bg=light
|
||||||
set go=a
|
|
||||||
set mouse=a
|
set mouse=a
|
||||||
set nohlsearch
|
set nohlsearch
|
||||||
set clipboard+=unnamedplus
|
set clipboard+=unnamedplus
|
||||||
@ -153,4 +152,4 @@ nnoremap <leader>h :call ToggleHiddenAll()<CR>
|
|||||||
" Here leader is ";".
|
" Here leader is ";".
|
||||||
" So ":vs ;cfz" will expand into ":vs /home/<user>/.config/zsh/.zshrc"
|
" So ":vs ;cfz" will expand into ":vs /home/<user>/.config/zsh/.zshrc"
|
||||||
" if typed fast without the timeout.
|
" if typed fast without the timeout.
|
||||||
silent! source ~/.config/nvim/shortcuts.vim
|
silent! source ${XDG_CONFIG_HOME:-$HOME/.config}/nvim/shortcuts.vim
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user