From bae93cb0b00bd7dc309c20996840e9e625fea2e0 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 20 Apr 2023 11:17:23 +0100 Subject: Attemptes to remap :W --- vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 742524f..e587a9d 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -402,6 +402,9 @@ nnoremap Y :let @+=printf("[%s](%s)", expand('%:t'), "file://" . expand( imap (fzf-complete-file-ag) imap (fzf-complete-line) +" remap :W to :w - :W was previous Windows in fzf +cnoreabbrev W w + " ghetto note system " Go to index of notes nnoremap ni :e $NOTES_DIR/index.md:cd $NOTES_DIR -- cgit v1.2.3