Update Vim keybindings

This commit is contained in:
2026-07-26 11:24:05 -04:00
parent a69b7e7c73
commit 132e0fcd58

View File

@@ -13,3 +13,6 @@ exmap q obcommand workspace:close
exmap followlink obcommand editor:follow-link
nmap gd :followlink<CR>
exmap tabnew obcommand workspace:new-tab
nmap gn :tabnew<CR>