mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(nvim): Use <cmd> instead of :
* This will not let the cursor move when executing commands
This commit is contained in:
parent
5684ceaf0c
commit
abfa1bebec
6 changed files with 46 additions and 46 deletions
|
|
@ -24,7 +24,7 @@ return {
|
|||
version = "*",
|
||||
lazy = false,
|
||||
keys = {
|
||||
{ "<leader>ft", ":NvimTreeToggle<CR>", desc = "Toggle File Explorer" },
|
||||
{ "<leader>ft", "<cmd>NvimTreeToggle<CR>", desc = "Toggle File Explorer" },
|
||||
},
|
||||
dependencies = {
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue