Přidána klávesová zkratka pro otevření terminálu

This commit is contained in:
archos
2025-03-29 16:06:39 +01:00
parent a91e718731
commit 4b9adc7307
3 changed files with 25 additions and 18 deletions

View File

@@ -1,3 +1,4 @@
-- Keymaps are automatically loaded on the VeryLazy event
-- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua
-- Add any additional keymaps here
vim.keymap.set("n", "<leader>tt", ":terminal<CR>", { desc = "Otevři terminál" })