We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9dcc2 commit 56ffc02Copy full SHA for 56ffc02
init.lua
@@ -260,9 +260,9 @@ vim.api.nvim_create_user_command('Rg', function(arg)
260
vim.cmd 'copen'
261
end, { bang = true, nargs = '*' })
262
263
-vim.keymap.set('n', 'K', function()
264
- vim.cmd { cmd = 'Rg', args = { vim.fn.expand '<cword>' } }
265
-end, { desc = 'Search Word and push to qf' })
+-- vim.keymap.set('n', 'K', function()
+-- vim.cmd { cmd = 'Rg', args = { vim.fn.expand '<cword>' } }
+-- end, { desc = 'Search Word and push to qf' })
266
267
-- in RSI
268
-- vim.keymap.set('i', '<C-E>', '<End>')
0 commit comments