Skip to content

Commit

Permalink
UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
garret-smith committed Feb 4, 2014
1 parent 68ad4bc commit 6fecf2d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions dot.Xresources
Expand Up @@ -77,6 +77,7 @@ xterm*scrollTtyOutput: false
xterm*multiScroll: true
xterm*scrollKey: true
xterm*dynamicColors: true
xterm*utf8: 1

! xterm*faceName: Source Code Pro
! xterm*faceSize: 14
Expand Down
13 changes: 11 additions & 2 deletions dot.vimrc
Expand Up @@ -27,12 +27,13 @@ Bundle 'mbbill/undotree'
Bundle 'Valloric/YouCompleteMe'
Bundle 'fxn/vim-monochrome'
Bundle 'lastpos.vim'
Bundle 'tpope/vim-vividchalk'

filetype plugin indent on

syntax on
set background=dark
colo solarized
colo ir_black

set backup
set backupdir=~/.vim/backups
Expand Down Expand Up @@ -66,6 +67,9 @@ set fileformats+=mac

set history=1000

set encoding=utf-8
set fileencodings=ucs-bom,utf-8,latin-1

nmap j gj
nmap k gk
Expand Down Expand Up @@ -98,7 +102,7 @@ nmap <leader>gv :Gitv --all<cr>
nmap <leader>gV :Gitv! --all<cr>
vmap <leader>gV :Gitv! --all<cr>
nmap ; :CtrlPBuffer<CR>
nmap ; :CtrlPMixed<CR>
nmap \n :NERDTreeToggle<CR>
nnoremap Q <nop>
cabbrev qt :tabclose<CR>
Expand All @@ -114,4 +118,9 @@ endif

let g:airline#extensions#tabline#enabled = 1
let g:airline#extensions#tagbar#enabled = 1
let g:airline#extensions#tab_nr_type = 1
let g:airline#extensions#tabline#buffer_nr_show = 1
let g:airline_theme='luna'

let NERDTreeDirArrows = 0

0 comments on commit 6fecf2d

Please sign in to comment.