with keybinds
This commit is contained in:
@@ -42,6 +42,7 @@ vim.opt.undofile = true
|
||||
vim.opt.undolevels = 10000
|
||||
vim.opt.updatetime = 200 -- save swap file and trigger CursorHold
|
||||
vim.opt.wildmode = "longest:full,full" -- Command-line completion mode
|
||||
vim.opt.completeopt = "menu,menuone,noselect"
|
||||
vim.opt.wrap = false -- Disable line wrap
|
||||
vim.opt.sessionoptions = { "buffers", "curdir", "tabpages", "winsize" }
|
||||
vim.opt.fillchars = {
|
||||
|
Reference in New Issue
Block a user