mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-28 19:50:05 +02:00
update config vsocde-neovim
This commit is contained in:
parent
4489edebab
commit
3edacc24b8
5 changed files with 6 additions and 35 deletions
|
@ -6,14 +6,8 @@
|
|||
-- c = command mode
|
||||
-- o = operator pending mode
|
||||
|
||||
-- Map("", "L", Move_to_bottom_screen)
|
||||
-- Map("", "H", Move_to_top_screen)
|
||||
-- Map("", "<Space>", Trim__save__no_highlight)
|
||||
Map({ "n", "x" }, "<Space>", Active_whichkey)
|
||||
-- Map({ "n", "x" }, "<C-j>", Navigation_down)
|
||||
-- Map({ "n", "x" }, "<C-k>", Navigation_up)
|
||||
-- Map({ "n", "x" }, "<C-h>", Navigation_left)
|
||||
-- Map({ "n", "x" }, "<C-l>", Navigation_right)
|
||||
|
||||
Map("", "U", Trim__save__format)
|
||||
|
||||
Map("n", "gD", Reveal_definition_aside)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue