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