Skip to content

Instantly share code, notes, and snippets.

View mwenku's full-sized avatar

Mwelwa mwenku

  • Zambia
View GitHub Profile
@quangIO
quangIO / wezterm.lua
Last active April 26, 2026 02:45
My wezterm config with tmux-like bindings
local wezterm = require 'wezterm'
local act = wezterm.action
local config = {}
if wezterm.config_builder then
config = wezterm.config_builder()
end
config.color_scheme = 'Catppuccin Mocha'
config.colors = {
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active May 15, 2026 20:42
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname