mirror of
https://github.com/mqttr/dotfiles.git
synced 2025-12-16 12:45:52 -06:00
Added kickstart-based nvim & kitty & zshrc configs
This commit is contained in:
6
nvim/lua/plugins/terminal.lua
Normal file
6
nvim/lua/plugins/terminal.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
vim.keymap.set('n', '<A-t>', '<CMD>lua require("FTerm").toggle()<CR>')
|
||||
vim.keymap.set('t', '<A-t>', '<C-\\><C-n><CMD>lua require("FTerm").toggle()<CR>')
|
||||
|
||||
return {
|
||||
"numToStr/FTerm.nvim"
|
||||
}
|
||||
Reference in New Issue
Block a user