Add pywal automatic setting on restart

This commit is contained in:
Marty Oehme 2019-11-18 22:54:41 +01:00
parent 3d1438f657
commit 36fc3e7245
2 changed files with 9 additions and 1 deletions

View file

@ -657,8 +657,12 @@ noremap <leader>s :FzfBuffers<cr>
noremap <leader>S :FzfHistory<cr>
noremap <leader>f :FzfFiles<cr>
" use wiki.vim to look through document outlines in fzf (only for note
" directory atm)
nnoremap <leader>l :WikiFzfToc<cr>
" FZF general full-text search in cwd with rg
noremap <C-F> :FzfRg<cr>
noremap <leader>F :FzfRg<cr>
" FZF note full-text search with notational-velocity like functions (in wiki
" directory)
noremap <leader>n :NV<cr>