diff --git a/lua/plex/config/keymaps.lua b/lua/plex/config/keymaps.lua index ef505a2..ff52352 100644 --- a/lua/plex/config/keymaps.lua +++ b/lua/plex/config/keymaps.lua @@ -229,8 +229,8 @@ map('n', 'uw', function() end, { desc = 'Toggle Wrap' }) -- Tabs: Many ways to navigate them -map('n', '', 'tabnext', { desc = 'Next Tab' }) -map('n', '', 'tabprevious', { desc = 'Previous Tab' }) +map('n', '', 'tabprevious', { desc = 'Previous Tab' }) +map('n', '', 'tabnext', { desc = 'Next Tab' }) -- New and Close map('n', '', 'tabnew', { desc = 'New Tab' })