plugins.chadtree.keymap.openFileFolder.collapse

Collapse all subdirectories for directory at cursor.

Type: null or (list of string)

Default: null

Plugin default:

[
  "o"
]

Declared by:

plugins.chadtree.keymap.openFileFolder.hSplit

Open file at cursor in horizontal split.

Type: null or (list of string)

Default: null

Plugin default:

[
  "W"
]

Declared by:

plugins.chadtree.keymap.openFileFolder.openSys

Open file with GUI tools using open or xdg open. This will open third party tools such as Finder or KDE Dolphin or GNOME nautilus, etc. Depends on platform and user setup.

Type: null or (list of string)

Default: null

Plugin default:

[
  "o"
]

Declared by:

plugins.chadtree.keymap.openFileFolder.primary

Open file at cursor.

Type: null or (list of string)

Default: null

Plugin default:

[
  "<enter>"
]

Declared by:

plugins.chadtree.keymap.openFileFolder.secondary

Open file at cursor, keep cursor in CHADTree’s window.

Type: null or (list of string)

Default: null

Plugin default:

[
  "<tab> <2-leftmouse>"
]

Declared by:

plugins.chadtree.keymap.openFileFolder.tertiary

Open file at cursor in a new tab.

Type: null or (list of string)

Default: null

Plugin default:

[
  "<m-enter>"
  "<middlemouse>"
]

Declared by:

plugins.chadtree.keymap.openFileFolder.vSplit

Open file at cursor in vertical split.

Type: null or (list of string)

Default: null

Plugin default:

[
  "w"
]

Declared by: