mirror of
https://github.com/hazemKrimi/config.nvim.git
synced 2026-05-01 18:20:26 +00:00
chore: remove exclusive selection
This commit is contained in:
@@ -24,7 +24,6 @@ vim.o.autoindent = true
|
|||||||
|
|
||||||
vim.o.ignorecase = true
|
vim.o.ignorecase = true
|
||||||
vim.o.smartcase = true
|
vim.o.smartcase = true
|
||||||
vim.o.autoindent = true
|
|
||||||
|
|
||||||
-- Visual
|
-- Visual
|
||||||
|
|
||||||
@@ -59,7 +58,6 @@ vim.o.hidden = true
|
|||||||
vim.o.errorbells = true
|
vim.o.errorbells = true
|
||||||
vim.o.backspace = "indent,eol,start"
|
vim.o.backspace = "indent,eol,start"
|
||||||
vim.o.autochdir = false
|
vim.o.autochdir = false
|
||||||
vim.o.selection = "exclusive"
|
|
||||||
vim.o.mouse = "a"
|
vim.o.mouse = "a"
|
||||||
vim.o.modifiable = true
|
vim.o.modifiable = true
|
||||||
vim.o.encoding = "UTF-8"
|
vim.o.encoding = "UTF-8"
|
||||||
|
|||||||
Reference in New Issue
Block a user