Terminal key is added

This commit is contained in:
SamPosh 2023-04-11 19:15:14 +05:30 committed by GitHub
parent 1d3bed321c
commit 5eec133e0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
return {
'akinsho/toggleterm.nvim', version = "*", config = true
'akinsho/toggleterm.nvim', version = "*", config = true,
vim.keymap.set('n', '<C-j>', '<Cmd>ToggleTerm<CR>')
}