- Qualcomm Inc
QCNFA765
- Kernel driver in use:
ath11k_pci
iwctl device list
iwctl station wlan0 scan
#Requires AutoHotkey v2.0 | |
; Send <Alt+F13> with <Alt+Escape> - Windows 11 | |
; Allows to use <Alt+Escape> mapping in Neovim on Windows 11 | |
!Esc:: | |
{ | |
static skip := false | |
if skip |
# Maintainer: Your Name <> | |
# Contributor: Arch Linux User <> | |
pkgname=nodejs-npm-fake | |
pkgver=1.0.0 | |
pkgrel=1 | |
pkgdesc="A dummy package for Node.js and npm (fake version)" | |
arch=('any') | |
url="https://nodejs.org/" | |
license=('MIT') |
---Utility for keymap creation. | |
---@param lhs string | |
---@param rhs string|function | |
---@param opts string|table | |
---@param mode? string|string[] | |
local function keymap(lhs, rhs, opts, mode) | |
opts = type(opts) == 'string' and { desc = opts } | |
or vim.tbl_extend('error', opts --[[@as table]], { buffer = bufnr }) | |
mode = mode or 'n' | |
vim.keymap.set(mode, lhs, rhs, opts) |
Note: I have moved this list to a proper repository. I'll leave this gist up, but it won't be updated. To submit an idea, open a PR on the repo.
Note that I have not tried all of these personally, and cannot and do not vouch for all of the tools listed here. In most cases, the descriptions here are copied directly from their code repos. Some may have been abandoned. Investigate before installing/using.
The ones I use regularly include: bat, dust, fd, fend, hyperfine, miniserve, ripgrep, just, cargo-audit and cargo-wipe.