Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add increment tree search #17

@PAntoine

Description

@PAntoine

Ok,

filename: driver/gpu/drm/i915/

In tree it W(alk) then type:
d -> the tree should move the the first item in the tree that starts with 'd' (this happens to be driver
/ -> as the item is a directory and is selected it will be opened
g -> the tree will goto 'gpio'
p -> the tree does not move
u -> the tree moves to 'gpu'
/ -> as above
i -> tree moves to 'i2c'
9 -> tree moves to 'i915'
open the 'i915' directory and that it.

(Obviously could continue and find a file)
Also, to make it compatible with tab completion, will accept as well as '' (and I guess '/') for path item selection.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions