mirror of
https://github.com/Ascyii/nvim.git
synced 2026-01-01 04:04:24 -05:00
auto up 09:41:45 up 1:27, 2 users, load average: 0.31, 0.36, 0.36
This commit is contained in:
@@ -114,6 +114,8 @@ vim.keymap.set('v', '<leader>p', function()
|
||||
vim.cmd('normal! "+p')
|
||||
end, { desc = 'Yank to clipboard and keep the selection' })
|
||||
|
||||
vim.keymap.set('n', 'nh', ":noh<CR>")
|
||||
|
||||
vim.keymap.set('v', '<leader>y', function()
|
||||
vim.cmd('normal! "+y')
|
||||
vim.cmd('normal! gv')
|
||||
|
||||
@@ -3,6 +3,12 @@ vim.o.tabstop = 4;
|
||||
vim.o.number = true;
|
||||
vim.opt.relativenumber = true
|
||||
vim.o.ignorecase = true;
|
||||
--vim.o.guicursor = "n-v-c-sm-i-ci-ve:block";
|
||||
vim.o.cursorline = true
|
||||
vim.cmd([[
|
||||
highlight CursorLine cterm=NONE guibg=#4c3c3c
|
||||
]])
|
||||
|
||||
|
||||
-- Disable mouse completly
|
||||
vim.o.mouse = "";
|
||||
|
||||
Reference in New Issue
Block a user