Skip to content

short_file_names cannot hide all path #32

@Jaehaks

Description

@Jaehaks

Thank you for you effort.
I'm windows 10 user with nvim-qt.

I installed this plugin and set short_file_names = true to show only filename + extension.
But the behavior is the same with short_file_names = false.
All lists show their path. If files are in subdirectory of current path, relative path is shown.
If files are in parent directory of current path, absolute path is shown.
Is It normal?

image

this is my configuraiton

bm.setup({
  select_menu_item_commands = {
    edit = {
      key = '<CR>',
      command = 'edit'
    },
    v = {
      key = '<C-v>',
      command = 'vsplit'
    },
    h = {
      key = '<C-h>',
      command = 'split'
    },
  },
  short_file_names = true, -- show shorten filename
  short_term_names = true,
  loop_nav = true,
})

one more question.,.
The vsplit / split mapping doesn't work. works as visual block only

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions