This website requires JavaScript.
Explore
Help
Sign In
maye
/
nvim1
Watch
1
Star
0
Fork
You've already forked nvim1
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2f7f5126f3
nvim1
/
lua
/
configs
/
mappings.lua
3 lines
63 B
Lua
Raw
Blame
History
local
map
=
vim.keymap
.
set
map
(
"
n
"
,
"
<leader>s
"
,
"
:w<CR>
"
,
{
}
)
Reference in New Issue
View Git Blame
Copy Permalink