Skip to content

Instantly share code, notes, and snippets.

View shirvan's full-sized avatar

Shirvan Salehipoor shirvan

View GitHub Profile
@shirvan
shirvan / .tmux.conf
Last active February 2, 2022 18:01
set-option -sg escape-time 10
set-option -g default-terminal "screen-256color"
# remap prefix from 'C-b' to 'C-a'
# unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
bind r source-file ~/.tmux.conf
status is-login; and pyenv init --path | source
status is-interactive; and pyenv init - | source
alias n "nvim"
alias ff "fzf --preview 'bat -p --color=always {}'"
alias e "nvim (fzf --preview 'bat -p --color=always {}')"
alias cc "bat -p"
source (brew --prefix asdf)/asdf.fish
" Fish doesn't play all that well with others
set shell=/bin/bash
let mapleader = "\<Space>"
" =============================================================================
" # PLUGINS
" =============================================================================
" Load vundle
set nocompatible
filetype off