diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-08 16:31:23 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-08 16:31:23 +0100 |
commit | 5df17d722e7e1a8236baff0921fb3c1b4a0d39a6 (patch) | |
tree | 0bf9bd089e9d6bb6f6c14844fce51d867a133adf /vim/vimrc | |
parent | 63cbbe3949f646cfc03ead0971716976998ef0b4 (diff) |
Fixes :W fix
Diffstat (limited to '')
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |