Getting Started
This commit is contained in:
parent
8df3deb6fe
commit
69383c3a1d
3 changed files with 83 additions and 17 deletions
5
lua/custom/plugins/keybindings.lua
Normal file
5
lua/custom/plugins/keybindings.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
local keybinds = {
|
||||
vim.api.nvim_set_keymap('n', ';', ':', { noremap = true }),
|
||||
}
|
||||
|
||||
return keybinds
|
||||
Loading…
Add table
Add a link
Reference in a new issue