Changed Keybinds for fterm to allow spawning of a new terminal
This commit is contained in:
		@@ -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)
 | 
			
		||||
		Reference in New Issue
	
	Block a user