update
This commit is contained in:
@@ -2,8 +2,8 @@ require "nvchad.mappings"
|
|||||||
|
|
||||||
local map = vim.keymap.set
|
local map = vim.keymap.set
|
||||||
|
|
||||||
map("n", ";", ":", { desc = "CMD enter command mode" })
|
-- map("n", ";", ":", { desc = "CMD enter command mode" })
|
||||||
map("i", "jk", "<ESC>")
|
-- map("i", "jk", "<ESC>")
|
||||||
|
|
||||||
-- Tmux
|
-- Tmux
|
||||||
map("", "<C-h>", "<cmd> TmuxNavigateLeft<CR>", { desc = "window left" })
|
map("", "<C-h>", "<cmd> TmuxNavigateLeft<CR>", { desc = "window left" })
|
||||||
|
|||||||
@@ -66,6 +66,7 @@ required_packages_pacman:
|
|||||||
- qemu-hw-usb-host
|
- qemu-hw-usb-host
|
||||||
- flatpak
|
- flatpak
|
||||||
- ly
|
- ly
|
||||||
|
- seahorse
|
||||||
|
|
||||||
flatpak_remote:
|
flatpak_remote:
|
||||||
- {name: 'flathub', url: "https://dl.flathub.org/repo/flathub.flatpakrepo"}
|
- {name: 'flathub', url: "https://dl.flathub.org/repo/flathub.flatpakrepo"}
|
||||||
|
|||||||
Reference in New Issue
Block a user