From f9ba08ddac537898fa00125be70e19515241ea04 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Thu, 7 Sep 2023 14:11:49 +0200 Subject: [PATCH] open in new tab with ot or in split with os and ov --- lua/plex/plugins/neo-tree.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/plex/plugins/neo-tree.lua b/lua/plex/plugins/neo-tree.lua index 7d9bf09..e0ad837 100644 --- a/lua/plex/plugins/neo-tree.lua +++ b/lua/plex/plugins/neo-tree.lua @@ -143,10 +143,10 @@ return { ['z'] = 'close_all_nodes', [''] = 'refresh', - ['s'] = 'noop', - ['sv'] = 'open_split', - ['sg'] = 'open_vsplit', - ['st'] = 'open_tabnew', + ['o'] = 'noop', + ['os'] = 'open_split', + ['ov'] = 'open_vsplit', + ['ot'] = 'open_tabnew', ['c'] = { 'copy', config = { show_path = 'relative' } }, ['m'] = { 'move', config = { show_path = 'relative' } },