Dup Ver Goto 📝

nvim keybindings notes 1

pt2/editor/neovim 07-31 13:46:47
To
16 lines, 41 words, 374 chars Monday 2023-07-31 13:46:47

DefiningKeybindingsInLua-

Tabs

:tabnew
:tabedit

This is taken from Vim Wikia by way of this stackoverflow:

gt            go to next tab
gT            go to previous tab
{i}gt         go to tab in position i

http://vim.wikia.com/wiki/Using_tab_pages

Hope it helps.