Added kickstart-based nvim & kitty & zshrc configs

This commit is contained in:
mattr
2024-10-01 19:08:31 -05:00
commit 53985af163
15 changed files with 1404 additions and 0 deletions

View 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"
}