add H and L on visual/select modes

This commit is contained in:
2025-07-30 23:33:02 +02:00
parent 60c92a29d3
commit bab6b1f51d
+2
View File
@@ -39,6 +39,8 @@ vim.cmd [[
nnoremap ,l L
nnoremap H ^
nnoremap L $
xnoremap H ^
xnoremap L $
nnoremap ,cD :call setqflist(filter(getqflist(), 'v:val != getqflist()[getqflist({"idx": 0}).idx - 1]'))<CR>