Skip to content

Instantly share code, notes, and snippets.

@jpalardy
Last active January 5, 2022 05:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpalardy/a0fb920180cbc5bdc84db99d824ba55b to your computer and use it in GitHub Desktop.
Save jpalardy/a0fb920180cbc5bdc84db99d824ba55b to your computer and use it in GitHub Desktop.
bootstrap snippets

~/.vimrc

syntax on

set hlsearch
set incsearch
set ignorecase

set nowrap

~/.tmux.conf

unbind C-b
set -g prefix C-a
bind a send-prefix
bind C-a last-window

set -g status-fg white
set -g status-bg black
set -g status-left ''
set -g status-right ''

setw -g window-status-current-style fg=green

set -g escape-time 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment