diff options
Diffstat (limited to '_config')
-rw-r--r-- | _config/110-ctrlp.vim | 2 | ||||
-rw-r--r-- | _config/400-memolist.vim | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/_config/110-ctrlp.vim b/_config/110-ctrlp.vim index 20cf363..04f522d 100644 --- a/_config/110-ctrlp.vim +++ b/_config/110-ctrlp.vim @@ -14,6 +14,4 @@ endif if !empty(globpath(&rtp, 'autoload/memolist.vim')) nmap <Leader>mf :exe "CtrlP" g:memolist_path<cr><f5> - nmap <Leader>mc :MemoNew<cr> - nmap <Leader>mg :MemoGrep<cr> endif diff --git a/_config/400-memolist.vim b/_config/400-memolist.vim index 8bf15fb..ebe2753 100644 --- a/_config/400-memolist.vim +++ b/_config/400-memolist.vim @@ -4,9 +4,8 @@ endif let g:memolist_path = $HOME . '/.config/memo/_posts' -nnoremap <Leader>mn :MemoNew<CR> -nnoremap <Leader>ml :MemoList<CR> -nnoremap <Leader>mg :MemoGrep<CR> +nmap <Leader>mc :MemoNew<cr> +nmap <Leader>mg :MemoGrep<cr> let g:memolist_memo_suffix = "md" let g:memolist_memo_date = "%Y-%m-%d %H:%M" |