Skip to content

Instantly share code, notes, and snippets.

View 0re5ama's full-sized avatar
🎼
Making a difference since 1994

Bibek Kumar Shah 0re5ama

🎼
Making a difference since 1994
View GitHub Profile
@0re5ama
0re5ama / tmux.conf
Created March 1, 2018 04:25 — forked from spicycode/tmux.conf
The best and greatest tmux.conf ever
# 0 is too far from ` ;)
set -g base-index 1
# Automatically set window title
set-window-option -g automatic-rename on
set-option -g set-titles on
#set -g default-terminal screen-256color
set -g status-keys vi
set -g history-limit 10000
@0re5ama
0re5ama / .vimperatorrc.local.vim
Created September 22, 2016 11:31 — forked from igal/.vimperatorrc.local.vim
My Vimperator configuration
"===[ Settings ]========================================================
" Autocomplete using Firefox Awesomebar subsystem
set complete=l
" Show completions as you type? '' waits for tab, 'auto' shows them immediately
set wildoptions=''
" Select the longest autocomplete match
set wildmode='list:full'