many updates

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-04-13 02:36:10 -05:00
parent f72e630f19
commit 0d35cfb65d
9 changed files with 92 additions and 74 deletions

View file

@ -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" },