mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 19:50:38 +00:00
chore(remap.lua): update keymap description from "Toggle File Explorer" to "Show Cheatsheet" to accurately reflect the functionality
chore(remap.lua): update keymap command from "<cmd>NvimTreeToggle<CR>" to "<cmd>Cheatsheet<CR>" to match the updated functionality chore(remap.lua): update description for moving selected line/block of text in visual mode up
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
local opts = { noremap = true, silent = true }
|
local opts = { noremap = true, silent = true }
|
||||||
|
|
||||||
opts.desc = "Toggle File Explorer"
|
opts.desc = "Show Cheatsheet"
|
||||||
vim.keymap.set("n", "<leader>\\", "<cmd>NvimTreeToggle<CR>", opts) -- toggle file explorer
|
vim.keymap.set("n", "<leader>\\", "<cmd>Cheatsheet<CR>", opts) -- toggle file explorer
|
||||||
|
|
||||||
-- Move selected line / block of text in visual mode up
|
-- Move selected line / block of text in visual mode up
|
||||||
opts.desc = "Move selected line / block of text in visual mode up"
|
opts.desc = "Move selected line / block of text in visual mode up"
|
||||||
|
|||||||
Reference in New Issue
Block a user