Skip to content

Commit

Permalink
refactor(neo-tree.nvim): disable 'w' key for window-picker (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 authored Feb 10, 2025
1 parent df7077a commit 7b05f74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/configs/nvim-neo-tree/neo-tree-nvim/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ require("neo-tree").setup({
constants.window.layout.sidebar.max
),
mappings = {
-- window pick
["w"] = "none",

-- open node
["l"] = "open",
-- close node
Expand Down

0 comments on commit 7b05f74

Please sign in to comment.