many updates
This commit is contained in:
parent
f72e630f19
commit
0d35cfb65d
9 changed files with 92 additions and 74 deletions
|
@ -37,6 +37,8 @@ return {
|
|||
"<Esc>:m .-2<CR>==g",
|
||||
desc = "Move the line down",
|
||||
},
|
||||
["<leader>r"] = { function() require("rest-nvim").run() end, desc = "Send http request" },
|
||||
["<leader>Q"] = { ":qa<CR>" ,desc = "Quit all"}
|
||||
},
|
||||
v = {
|
||||
["<leader>gf"] = { ":OpenInGHFile <CR>", desc = "Open in github" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue