Skip to content

Instantly share code, notes, and snippets.

@tb123
tb123 / usr-dict-words
Created September 5, 2014 12:56
usr-dict-words
10th
1st
2nd
3rd
4th
5th
6th
7th
8th
9th
# Terminal colors
set -g default-terminal "screen-256color"
# remap prefix to Control + a
set -g prefix C-a
unbind C-b
bind C-a send-prefix
# force a reload of the config file
unbind r
set nocompatible
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Bundle 'gmarik/vundle'
Bundle 'altercation/vim-colors-solarized'
" set number
syntax enable