Skip to content

Commit

Permalink
feat(buffers): add missing file mappings to buffer defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
cseickel committed Jan 7, 2022
1 parent 979a9af commit 3032551
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions lua/neo-tree/sources/buffers/defaults.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ local filesystem = {
["<bs>"] = "navigate_up",
["."] = "set_root",
["R"] = "refresh",
--["/"] = "filter_as_you_type",
--["f"] = "filter_on_submit",
--["<C-x>"] = "clear_filter",
["a"] = "add",
["d"] = "delete",
["r"] = "rename",
["c"] = "copy_to_clipboard",
["x"] = "cut_to_clipboard",
["p"] = "paste_from_clipboard",
}
},
bind_to_cwd = true,
Expand Down

0 comments on commit 3032551

Please sign in to comment.