feat: add better bindings

This commit is contained in:
Fabio Lenherr / DashieTM 2023-01-08 22:58:43 +01:00
parent a4cff9fca7
commit 6cbea80685
5 changed files with 37 additions and 5 deletions

View file

@ -23,7 +23,8 @@ local options = {
syntax = "off",
spelllang = "en_us",
mousemodel = "popup_setpos",
shell = "/usr/bin/zsh"
shell = "/usr/bin/zsh",
autochdir = true,
}
vim.g.mkdp_browser = '/usr/bin/firefox'