with keybinds

This commit is contained in:
2022-10-12 17:55:25 +02:00
parent f7b6dd262d
commit 642266466c
8 changed files with 231 additions and 5 deletions

View File

@@ -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 = {