Changed Keybinds for fterm to allow spawning of a new terminal
This commit is contained in:
parent
607d376d27
commit
0586d97290
@ -6,5 +6,5 @@ local fterm = require('FTerm').setup({
|
||||
},
|
||||
})
|
||||
|
||||
vim.keymap.set('n', '<F8>', function() fterm.toggle() end)
|
||||
vim.keymap.set('n', '<F8>', function() fterm.open() end)
|
||||
vim.keymap.set('i', '<F8>', function() fterm.toggle() end)
|
Loading…
Reference in New Issue
Block a user