aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-02-10 16:08:35 -0800
committerGravatar Tom Willemse2026-02-10 16:08:35 -0800
commitc12b5a5bd2ad25e03062d8da22208f3a1e93f9c9 (patch)
tree2dae463b1870def52e2a33c8190b673138a26162
parentb589d2fd23ec077eb2dfe818c427831467cde054 (diff)
downloadnew-dotfiles-c12b5a5bd2ad25e03062d8da22208f3a1e93f9c9.tar.gz
new-dotfiles-c12b5a5bd2ad25e03062d8da22208f3a1e93f9c9.zip
Glide: Add command to open a new tab
-rw-r--r--glide/.config/glide/glide.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/glide/.config/glide/glide.ts b/glide/.config/glide/glide.ts
index ea9fe88..445091f 100644
--- a/glide/.config/glide/glide.ts
+++ b/glide/.config/glide/glide.ts
@@ -76,6 +76,7 @@ glide.keymaps.del('normal', '<C-u>');
// Commandline
glide.keymaps.set('normal', '<A-x>', 'commandline_show');
+glide.keymaps.set('normal', 't', 'commandline_show tab_new ');
glide.keymaps.del('normal', ':');
async function installPuntAddons() {