Skip to content

Commit

Permalink
fix(neo-tree)!: remove o binding, conflicts with new "Order by" key…
Browse files Browse the repository at this point in the history
  • Loading branch information
Subjective authored and mehalter committed Apr 1, 2024
1 parent 7761b63 commit ba92f46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/astronvim/plugins/neo-tree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ return {
Y = "copy_selector",
h = "parent_or_close",
l = "child_or_open",
o = "open",
},
fuzzy_finder_mappings = { -- define keymaps for filter popup window in fuzzy_finder_mode
["<C-j>"] = "move_cursor_down",
Expand Down

0 comments on commit ba92f46

Please sign in to comment.