Přidány klávesové zkratky

This commit is contained in:
archos
2025-04-02 19:55:08 +02:00
parent 4b9adc7307
commit 7bf9a9bcc8
3 changed files with 10 additions and 9 deletions

View File

@ -1,4 +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" })
vim.keymap.set("n", "<leader>tt", ":vsplit | terminal<CR>", { desc = "Otevři terminál vpravo" })