master #1

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

View File

@@ -67,6 +67,8 @@ vim.keymap.set('v', 'v', function()
end
end, { noremap = true, silent = true })
vim.keymap.set('x', '/', '<Esc>/\\%V') --search within visual selection
vim.api.nvim_create_user_command('WinFont', 'set guifont=JetBrainsMonoNL\\ NF:h9', {})
vim.api.nvim_create_user_command('LinuxFont', 'set guifont=JetBrainsMono\\ Nerd\\ Font\\ Mono:h7', {})