move aliases

This commit is contained in:
eneller
2022-08-19 11:39:49 +02:00
parent b37bd06e86
commit c2063cf2a3
8 changed files with 71 additions and 27 deletions

View File

@@ -4,6 +4,9 @@ require("keybinds")
vim.o.termguicolors = true
vim.cmd('colorscheme monokai') -- set colorscheme
vim.o.syntax = 'on'
vim.cmd('set title')
vim.opt.titlestring = [[%f %h%m%r%w ]]
-- vim.opt.titlestring = [[%f %h%m%r%w %{v:progname} (%{tabpagenr()} of %{tabpagenr('$')})]]
vim.o.errorbells = false
vim.o.smartcase = true
vim.o.showmode = true