plugins.distant.settings.keymap.dir.enabled

If true, will apply keybindings when the buffer is created.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.distant.settings.keymap.dir.copy

Keymap to copy the file or directory under the cursor.

Type: null or string or list of string

Default: null

Plugin default: "C"

Declared by:

plugins.distant.settings.keymap.dir.edit

Keymap to edit the file or directory under the cursor.

Type: null or string or list of string

Default: null

Plugin default: "<Return>"

Declared by:

plugins.distant.settings.keymap.dir.metadata

Keymap to display metadata for the file or directory under the cursor.

Type: null or string or list of string

Default: null

Plugin default: "M"

Declared by:

plugins.distant.settings.keymap.dir.newdir

Keymap to create a new directory within the open directory.

Type: null or string or list of string

Default: null

Plugin default: "K"

Declared by:

plugins.distant.settings.keymap.dir.newfile

Keymap to create a new file within the open directory.

Type: null or string or list of string

Default: null

Plugin default: "N"

Declared by:

plugins.distant.settings.keymap.dir.remove

Keymap to remove the file or directory under the cursor.

Type: null or string or list of string

Default: null

Plugin default: "D"

Declared by:

plugins.distant.settings.keymap.dir.rename

Keymap to rename the file or directory under the cursor.

Type: null or string or list of string

Default: null

Plugin default: "R"

Declared by:

plugins.distant.settings.keymap.dir.tabedit

Keymap to open the file or directory under the cursor in a new tab.

Type: null or string or list of string

Default: null

Plugin default: "<C-t>"

Declared by:

plugins.distant.settings.keymap.dir.up

Keymap to navigate up into the parent directory.

Type: null or string or list of string

Default: null

Plugin default: "-"

Declared by: