bash changes

This commit is contained in:
2026-06-15 23:26:06 +02:00
parent e585bc204a
commit 7938cdb760
3 changed files with 0 additions and 13 deletions

View File

@@ -5,10 +5,6 @@ vim.keymap.set("n", "<leader>dl", vim.cmd.Ex)
vim.keymap.set("n", "<leader>s", ":set spell!<CR>")
-- terminal exploration...
-- original to exit terminal mode on Esc
--vim.keymap.set("t", "<Esc>", "<C-\\><C-n>")
-- new one to go back to main window
vim.keymap.set("t", "<Esc>", "<C-\\><C-n><C-w>k")
vim.keymap.set("n", "<leader>t", "<C-w>ji")