Make gd follow link in a new tab

This commit is contained in:
2026-07-26 12:32:26 -04:00
parent af4f47e1e5
commit 6f8dbe4150

View File

@@ -11,8 +11,8 @@ exmap tabclose obcommand workspace:close
exmap wq obcommand workspace:close
exmap q obcommand workspace:close
exmap followlink obcommand editor:follow-link
nmap gd :followlink<CR>
exmap followlinkintab obcommand editor:open-link-in-new-leaf
nmap gd :followlinkintab<CR>
exmap tabnew obcommand workspace:new-tab
nmap gn :tabnew<CR>