-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
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?
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
Reactions are currently unavailable
