changes
This commit is contained in:
parent
709fa744d3
commit
032aeae276
3 changed files with 10 additions and 1 deletions
8
lua/custom/plugins/gui.lua
Normal file
8
lua/custom/plugins/gui.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
local gui = {}
|
||||
|
||||
if vim.g.neovide then
|
||||
vim.o.guifont = 'JetBrainsMono Nerd Font:h13'
|
||||
vim.g.neovide_font_ligatures = true
|
||||
end
|
||||
|
||||
return gui
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
local keybinds = {
|
||||
vim.api.nvim_set_keymap('n', ';', ':', { noremap = true }),
|
||||
vim.api.nvim_set_keymap('i', '<M-d>', '<Esc>', { noremap = true, silent = true }),
|
||||
vim.cmd 'command! QQ q!',
|
||||
vim.cmd 'command! Q q',
|
||||
vim.cmd 'command! WQ wq',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue