From 9892efdeb78273f72b2987f72673dd38eecec5d7 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sat, 26 Mar 2022 17:43:01 +0800 Subject: Clean unused vim config --- .vim/notes.vim | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .vim/notes.vim (limited to '.vim') diff --git a/.vim/notes.vim b/.vim/notes.vim deleted file mode 100644 index c56896e..0000000 --- a/.vim/notes.vim +++ /dev/null @@ -1,18 +0,0 @@ -let s:search_dir = ' ~/diaries ~/journals ~/notes ' - -command! -bang FzfNoteFiles - \ call fzf#run(fzf#wrap(fzf#vim#with_preview({ - \ 'source': 'fd --type f . ' . s:search_dir, - \ 'sink': 'edit', - \ }), 0)) - -command! -bang -nargs=* FzfNoteRg - \ call fzf#vim#grep( - \ 'rg --column --line-number --no-heading --color=always --smart-case -e ' - \ . shellescape() . s:search_dir, 1, - \ fzf#vim#with_preview(), 0) - -nnoremap ww :edit ~/journals/index.md -nnoremap wn :edit ~/journals/gtd.md -nnoremap wf :FzfNoteFiles -nnoremap wr :FzfNoteRg -- cgit v1.2.3