plugins.chadtree.keymap.cursor.copyBasename

Copy names of files under cursor or visual block.

Type: null or (list of string)

Default: null

Plugin default:

[
  "Y"
]

Declared by:

plugins.chadtree.keymap.cursor.copyName

Copy paths of files under cursor or visual block.

Type: null or (list of string)

Default: null

Plugin default:

[
  "y"
]

Declared by:

plugins.chadtree.keymap.cursor.copyRelname

Copy relative paths of files under cursor or visual block.

Type: null or (list of string)

Default: null

Plugin default:

[
  "<c-y>"
]

Declared by:

plugins.chadtree.keymap.cursor.jumpToCurrent

Position cursor in CHADTree at currently open buffer, if the buffer points to a location visible under CHADTree.

Type: null or (list of string)

Default: null

Plugin default:

[
  "J"
]

Declared by:

plugins.chadtree.keymap.cursor.refocus

Put cursor at the root of CHADTree.

Type: null or (list of string)

Default: null

Plugin default:

[
  "~"
]

Declared by:

plugins.chadtree.keymap.cursor.stat

Print ls --long stat for file under cursor.

Type: null or (list of string)

Default: null

Plugin default:

[
  "K"
]

Declared by: