update
This commit is contained in:
@@ -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" })
|
||||
|
||||
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user