Skip to content

Instantly share code, notes, and snippets.

View malefficient's full-sized avatar

Johnny C malefficient

View GitHub Profile
# Luke's config for the Zoomer Shell
# Enable colors and change prompt:
autoload -U colors && colors
PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "
# History in cache directory:
HISTSIZE=10000
SAVEHIST=10000
HISTFILE=~/.cache/zsh/history
@malefficient
malefficient / tmux_cheat_sheet.md
Created August 23, 2019 03:49 — forked from RichardBronosky/.tmux.conf
TMUX cheat sheet

TMUX cheat sheet

Standard Bindings

Ctrl+b, Ctrl+[ Enter copy mode Ctrl+b, Ctrl+] Paste buffer

Modified Bindings

Misc

@malefficient
malefficient / vscode_cheat_sheet.md
Created August 23, 2019 03:49 — forked from RichardBronosky/vscode_cheat_sheet.md
Visual Studio code - VSCode Cheat Sheet - Keyboard Shortcuts

VSCode Cheat Sheet

Keyboard Shortcuts

Jump to closing bracket

Cmd+Shift+\

Though I suggest changing it as follows:

editor.action.jumpToBracket Ctrl+]