force neovim fish shell in toggleterm

This commit is contained in:
Noah Masur 2022-11-19 19:12:01 -07:00
parent 30f9f869a7
commit d1f12671b0

View File

@ -9,6 +9,7 @@ M.packer = function(use)
open_mapping = [[<c-\>]],
hide_numbers = true,
direction = "float",
shell = "fish", -- Force fish for everything
})
vim.keymap.set("t", "<A-CR>", "<C-\\><C-n>") --- Exit terminal mode