Skip to content

Instantly share code, notes, and snippets.

@yemibox51
yemibox51 / install-zsh-windows-git-bash.md
Created March 13, 2026 17:52 — forked from glenkusuma/install-zsh-windows-git-bash.md
Zsh / Oh-my-zsh on Windows Git Bash
@glenkusuma
glenkusuma / install-zsh-windows-git-bash.md
Last active March 13, 2026 17:52 — forked from fworks/install-zsh-windows-git-bash.md
Zsh / Oh-my-zsh on Windows Git Bash
@yemibox51
yemibox51 / tmux.md
Created May 2, 2023 06:42 — forked from andreyvit/tmux.md
tmux cheatsheet

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:

remap prefix to Control + a

local M = {
"neoclide/coc.nvim",
branch = "master",
build = "yarn install --frozen-lockfile",
}
M.config = function()
-- Some servers have issues with backup files, see #649
vim.opt.backup = false
vim.opt.writebackup = false
@ZodmanPerth
ZodmanPerth / Readme.md
Last active October 2, 2025 16:54
Godot 4 Pixel Art Settings

Settings for pixel art in Godot 4

  1. Turn on Advanced project settings
  2. Navigate to Rendering | Textures
  3. Turn on Lossless Compression | Force PNG
  4. Set Canvas Textures | Default Texture Filter to Nearest
@andreyvit
andreyvit / tmux.md
Created June 13, 2012 03:41
tmux cheatsheet

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:

remap prefix to Control + a