Skip to content

Commit cb688e5

Browse files
author
Joshua Molloy
committed
refactor: removed floating terminal keybind in terminal mode
1 parent 30b3b50 commit cb688e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/custom/floating-terminal.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ end
6969

7070
-- Custom command for opening and closing floating terminal
7171
vim.api.nvim_create_user_command('FloatingTerminal', M.toggle_terminal, {})
72-
vim.keymap.set({ 'n', 't' }, '<leader>tt', M.toggle_terminal)
72+
vim.keymap.set({ 'n' }, '<leader>tt', M.toggle_terminal)
7373

7474
return M

0 commit comments

Comments
 (0)