updates
This commit is contained in:
@@ -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 - { "." }
|
||||
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user