master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 087e0faad2 - Show all commits

View File

@@ -234,6 +234,14 @@ command_center.add({
{ 'n', '<Space>s', silent_noremap }, { 'n', '<Space>s', silent_noremap },
}, },
}, },
{
description = 'Big font size',
cmd = '<CMD>set guifont=JetBrainsMonoNL\\ NF:h12<CR>',
},
{
description = 'Reset font size',
cmd = '<CMD>set guifont=JetBrainsMonoNL\\ NF:h9<CR>',
},
}) })