This website requires JavaScript.
Explore
Help
Sign In
mirror
/
kickstart.nvim
mirror of
https://github.com/nvim-lua/kickstart.nvim.git
Watch
1
Star
0
Fork
You've already forked kickstart.nvim
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
69383c3a1d
kickstart.nvim
/
lua
/
custom
/
plugins
/
keybindings.lua
6 lines
100 B
Lua
Raw
Blame
History
local
keybinds
=
{
vim.api
.
nvim_set_keymap
(
'
n
'
,
'
;
'
,
'
:
'
,
{
noremap
=
true
}
)
,
}
return
keybinds
Reference in New Issue
View Git Blame
Copy Permalink