Skip to content

Instantly share code, notes, and snippets.

@bbtdev
bbtdev / .vimrc
Created March 8, 2018 10:35
vimrc backup
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required
@bbtdev
bbtdev / .vimrc
Created March 8, 2018 10:35
vimrc backup
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required
@bbtdev
bbtdev / gist:65e113fbe70dfe2f657a39df96305ead
Created March 7, 2018 18:10
vim ruby ripper tags gutentags setup
"gutentags ripper tags ruby setup
let g:gutentags_define_advanced_commands = 1
let g:gutentags_ctags_executable_ruby = 'ripper-tags --ignore-unsupported-options'
bogdan@bogdan-Aspire-E5-571:~/.vim/bundle/vim-gutentags/res$ ls
ctags_recursive.options
change --rec bla bla to -R
for debugging
let g:gutentags_trace = 1
@bbtdev
bbtdev / gist:f4550c5d0a3092a9e0ef51411690547b
Created February 8, 2018 18:03
lxde apply keyboard shortcuts
openbox-lxde --reconfigure
@bbtdev
bbtdev / tmux color fix
Created February 8, 2018 14:37
tmux color fix
I build the tmux from Github (Version 2.4), the problem still didn't solve.
Put the following config in .vimrc seems fixed the problem in my case.
set background=dark
set t_Co=256
Both the color scheme and font are normal(still don't know why).