mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-12 18:34:27 +02:00
add: update nvimtreefindfiletoggle
This commit is contained in:
parent
9005047956
commit
60b34681f6
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ local opts = { noremap = true, silent = true }
|
|||
local keymap = vim.api.nvim_set_keymap
|
||||
|
||||
keymap("n", "]h", '<cmd>lua print("Testing")<cr>', opts)
|
||||
keymap("n", "F", "<cmd>NvimTreeToggle<cr><cr>", opts)
|
||||
keymap("n", "F", "<cmd>NvimTreeFindFileToggle<cr>", opts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue