This website requires JavaScript.
Explore
Help
Register
Sign In
newbie
/
Deeplearning
Watch
1
Star
0
Fork
You've already forked Deeplearning
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6b0bc4cd3e
Deeplearning
/
lua
/
vscode
/
keymap.lua
7 lines
91 B
Lua
Raw
Blame
History
local
opt
=
{
noremap
=
true
}
G.map
(
{
{
'
n
'
,
'
j
'
,
'
gj
'
,
opt
}
,
{
'
n
'
,
'
k
'
,
'
gk
'
,
opt
}
,
}
)
Reference in New Issue
View Git Blame
Copy Permalink