mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 20:04:59 +01:00
Rebind toggle term to Shift-t
This commit is contained in:
parent
0e30acac19
commit
f9d85143e4
|
@ -26,8 +26,8 @@ map('n', '<leader>fh', telescope_builtin.help_tags, { desc = 'Help Tags' })
|
|||
map('n', '<C-B>', ':NvimTreeToggle<CR>')
|
||||
|
||||
-- ToggleTerm
|
||||
map('n', '<C-t>', ':ToggleTerm<CR>')
|
||||
map('t', '<C-t>', '<C-\\><C-n>:ToggleTerm<CR>')
|
||||
map('n', '<S-t>', ':ToggleTerm<CR>')
|
||||
map('t', '<S-t>', '<C-\\><C-n>:ToggleTerm<CR>')
|
||||
|
||||
-- Pane navigation
|
||||
map('n', '<C-h>', ':wincmd h<CR>')
|
||||
|
|
Loading…
Reference in a new issue