mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-23 04:35:38 +00:00
force neovim fish shell in toggleterm
This commit is contained in:
parent
30f9f869a7
commit
d1f12671b0
@ -9,6 +9,7 @@ M.packer = function(use)
|
|||||||
open_mapping = [[<c-\>]],
|
open_mapping = [[<c-\>]],
|
||||||
hide_numbers = true,
|
hide_numbers = true,
|
||||||
direction = "float",
|
direction = "float",
|
||||||
|
shell = "fish", -- Force fish for everything
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.keymap.set("t", "<A-CR>", "<C-\\><C-n>") --- Exit terminal mode
|
vim.keymap.set("t", "<A-CR>", "<C-\\><C-n>") --- Exit terminal mode
|
||||||
|
Loading…
Reference in New Issue
Block a user