From 8345a21fc4bc0d135b5460aff1f18b26db1cfe36 Mon Sep 17 00:00:00 2001 From: fiplox Date: Sun, 9 Apr 2023 18:28:34 +0200 Subject: [PATCH] feat: use short names --- lua/plugins/buffer_manager.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/plugins/buffer_manager.lua b/lua/plugins/buffer_manager.lua index d956cb4..198a26f 100644 --- a/lua/plugins/buffer_manager.lua +++ b/lua/plugins/buffer_manager.lua @@ -5,6 +5,8 @@ local M = { function M.config() require('buffer_manager').setup { -- line_keys = '', -- deactivate line keybindings + short_file_names = true, + short_term_names = false, select_menu_item_commands = { edit = { key = '',