master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 570b9fe329 - Show all commits

View File

@@ -31,7 +31,7 @@ local function hlWord()
vim.opt.hlsearch = true vim.opt.hlsearch = true
end end
-- Highlight word under cursor -- Highlight word under cursor
vim.keymap.set('n', "'", hlWord, { noremap = true, silent = false }) vim.keymap.set('n', "'", hlWord, { noremap = true, silent = true })
vim.keymap.set('x', "'", 'y/\\V<C-R>"<CR>N', { noremap = true, silent = true }) vim.keymap.set('x', "'", 'y/\\V<C-R>"<CR>N', { noremap = true, silent = true })
-- Close Buffer -- Close Buffer