This website requires JavaScript.
Explore
Help
Register
Sign In
newbie
/
nvim
Watch
1
Star
0
Fork
0
You've already forked nvim
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
216fb3527d
nvim
/
lua
/
vscode
/
keymap.lua
7 lines
91 B
Lua
Raw
Normal View
History
Unescape
Escape
update
2023-10-01 17:18:36 +08:00
local
opt
=
{
noremap
=
true
}
G.map
(
{
{
'
n
'
,
'
j
'
,
'
gj
'
,
opt
}
,
{
'
n
'
,
'
k
'
,
'
gk
'
,
opt
}
,
}
)
Reference in New Issue
Copy Permalink