aboutsummaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-05-08 16:31:23 +0100
committerMatthew Lemon <y@yulqen.org>2023-05-08 16:31:23 +0100
commit5df17d722e7e1a8236baff0921fb3c1b4a0d39a6 (patch)
tree0bf9bd089e9d6bb6f6c14844fce51d867a133adf /vim/vimrc
parent63cbbe3949f646cfc03ead0971716976998ef0b4 (diff)
Fixes :W fix
Diffstat (limited to '')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 2286244..0db68c4 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -406,7 +406,7 @@ nnoremap <leader>Y :let @+=printf("[%s](%s)", expand('%:t'), "file://" . expand(
imap <C-x><C-l> <plug>(fzf-complete-line)
" remap :W to :w - :W was previous Windows in fzf
-cnoreabbrev W w
+command! W w
" ghetto note system
" Go to index of notes