Skip to content

Instantly share code, notes, and snippets.

@akinoniku
Created March 20, 2015 23:04
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 akinoniku/b308d676a1fd2413a185 to your computer and use it in GitHub Desktop.
Save akinoniku/b308d676a1fd2413a185 to your computer and use it in GitHub Desktop.
Vim
"acky
let mapleader=','
set t_Co=256
"auto read and auto write
set autoread
set autowriteall
"set guifont=Luxi\ Mono\ 9
set guifont=Source\ Code\ Pro\ Semibold:h9
let g:solarized_termcolors=256
let g:Powerline_symbols = 'fancy'
set hlsearch
set encoding=utf-8 termencoding=gbk
set so=7 "∂Ø ±µΩµ◊≤øªÚ∂•≤øªπ
set helplang=cn
" No annoying sound on errors
set noerrorbells
set novisualbell
set t_vb=
set tm=500
" Smart way to move between windows
map <C-j> <C-W>j
map <C-k> <C-W>k
map <C-h> <C-W>h
map <C-l> <C-W>l
""""""""""""""""""""""""""""""""""""""""""""
set guioptions-=T "»•µÙπ§æı
set guioptions-=m " ≤ÿ≤Àµ•¿∏
set guioptions-=L " ≤πˆ∂Ø
set guioptions-=r " ≤“≤∂Ø
set guioptions-=b " ≤ÿµ◊≤øπˆ∂Ø
""""""""""""""""""""""""""""""""""""""""""
" Alt+ªªTableøº¸
:nn <M-1> 1gt
:nn <M-2> 2gt
:nn <M-3> 3gt
:nn <M-4> 4gt
:nn <M-5> 5gt
:nn <M-6> 6gt
:nn <M-7> 7gt
:nn <M-8> 8gt
:nn <M-9> 9gt
:nn <M-0> :tablast<CR>
" ESC
:imap jj <Esc>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment