mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
make neotree locate current buffer
This commit is contained in:
parent
1ccc8cc552
commit
9575cdf0b6
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
-- Keymaps are automatically loaded on the VeryLazy event
|
-- Keymaps are automatically loaded on the VeryLazy event
|
||||||
-- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua
|
-- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua
|
||||||
-- Add any additional keymaps here
|
-- Add any additional keymaps here
|
||||||
|
vim.keymap.set("n", "<leader>fe", ":Neotree filesystem reveal <CR>", { desc = "Explorer Neotree (current buffer)" })
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue