This commit is contained in:
Henrik Bakken
2024-09-24 20:51:31 +02:00
parent b45ce32383
commit 91e7ca6b0d
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -891,7 +891,6 @@ vim.o.showmatch = true -- Show matching brackets / parentheses
vim.o.langmap = "å(,¨),ø:,æ^,+$"
vim.opt.clipboard = vim.opt.clipboard + { "unnamedplus" }
vim.o.completeopt = "menu,menuone,preview"
vim.opt.formatoptions = vim.opt.formatoptions - { "c", "r", "o" }
vim.opt.iskeyword = vim.opt.iskeyword - { "." }
-1
View File
@@ -14,7 +14,6 @@ config.bind("<Ctrl+Tab>", "tab-next")
config.bind("<Ctrl+l>", "cmd-set-text :open {url:pretty}")
config.bind("<Ctrl-r>", "restart", mode="normal")
config.bind("<Ctrl-h>", "history")
config.bind("<F10>", "config-cycle colors.webpage.darkmode.enabled true false ;; restart")
config.bind("<F11>", "config-cycle tabs.position top left")
config.bind("<F12>", "devtools")
config.bind("<Shift+F12>", "view-source")