add checktime shortcuts to reload files that have been changed outside of vim/neovim

This commit is contained in:
Ivar Fatland
2025-10-10 13:26:41 +02:00
parent 921ac382bf
commit 0f570e72a8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@ vim.cmd [[
nnoremap <C-x> <Nop>
nnoremap ,a <C-a>
nnoremap ,x <C-x>
nnoremap ,rl :checktime<CR>
nnoremap ,cD :call setqflist(filter(getqflist(), 'v:val != getqflist()[getqflist({"idx": 0}).idx - 1]'))<CR>