This commit is contained in:
2024-06-23 09:49:30 -05:00
parent 124108bd28
commit 2b24bdd4a5
2 changed files with 3 additions and 2 deletions

View File

@@ -2,8 +2,8 @@ require "nvchad.mappings"
local map = vim.keymap.set
map("n", ";", ":", { desc = "CMD enter command mode" })
map("i", "jk", "<ESC>")
-- map("n", ";", ":", { desc = "CMD enter command mode" })
-- map("i", "jk", "<ESC>")
-- Tmux
map("", "<C-h>", "<cmd> TmuxNavigateLeft<CR>", { desc = "window left" })

View File

@@ -66,6 +66,7 @@ required_packages_pacman:
- qemu-hw-usb-host
- flatpak
- ly
- seahorse
flatpak_remote:
- {name: 'flathub', url: "https://dl.flathub.org/repo/flathub.flatpakrepo"}