alias stuff

This commit is contained in:
eneller
2022-08-20 12:31:27 +02:00
parent c2063cf2a3
commit 0e88f44a72
6 changed files with 58 additions and 36 deletions

View File

@@ -5,7 +5,7 @@ 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 = [[%{v:progname}: %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