Added a space to L-tn, so I would hace to put in one less space each time.

pull/166/head
Kevin James Lausen 3 years ago
parent 6c2fb78c83
commit 8679d62b47

@ -139,7 +139,7 @@ keymap("i", "jk", "<ESC>", opts)
-- #################
-- # TAB keymaps: #
-- #################
keymap("n", "<leader>tn", ":tabnew", opts) -- New-tab
keymap("n", "<leader>tn", ":tabnew ", opts) -- New-tab
keymap("n", "<leader>bt", "gT", opts) -- Backward-tab(s)
keymap("n", "<leader>ft", "gt", opts) -- Forward-tab(s)
keymap("n", "<leader>tc", ":tabclose<CR>", opts) -- Close-tab

Loading…
Cancel
Save