chore: focus alternate buffer on open

This commit is contained in:
fiplox 2023-07-03 22:19:57 +02:00
parent 04f768affc
commit 8a0e6acfaf
1 changed files with 2 additions and 0 deletions

View File

@ -311,6 +311,8 @@ return {
'j-morano/buffer_manager.nvim',
opts = {
-- line_keys = '', -- deactivate line keybindings
focus_alternate_buffer = true,
select_menu_item_commands = {
edit = {
key = '<CR>',