Skip to content

Instantly share code, notes, and snippets.

View EsmaeilSaleh's full-sized avatar
🎯
Focusing

Esmaeil Saleh EsmaeilSaleh

🎯
Focusing
  • Germany
View GitHub Profile
@EsmaeilSaleh
EsmaeilSaleh / tmux.md
Created April 28, 2022 13:39 — 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

@EsmaeilSaleh
EsmaeilSaleh / .vimrc
Created February 26, 2025 06:34
My .vimrc
set number
set relativenumber
set autoindent
set smartindent
let g:javascript_plugin_jsdoc = 1
let g:prettier#exec_cmd_path = "~/.vim/plugged/vim-prettier"