Update 2024-05-23

This commit is contained in:
Kristofers Solo
2024-05-23 12:26:18 +03:00
parent a39793d744
commit 772a83c24f
50 changed files with 832 additions and 319 deletions

View File

@@ -56,8 +56,8 @@ return {
keymaps = {
["g?"] = "actions.show_help",
["<cr>"] = "actions.select",
["v"] = "actions.select_vsplit",
["s"] = "actions.select_split",
["<C-v>"] = "actions.select_vsplit",
["<C-s>"] = "actions.select_split",
["t"] = "actions.select_tab",
["<C-p>"] = "actions.preview",
["<C-c>"] = "actions.close",