Friday

putty python .vmrc

putty oceandeep  settings:
-----------------------------
default foreground (rgb) : 7,199,238
default background (rgb) : 16,48,64 

.vimrc setting 
-----------------------------
set listchars=tab:>-,trail:-
set list
set tabstop=4
colo desert
set nocompatible              " be iMproved, required
filetype off                  " required

call plug#begin()
Plug 'tpope/vim-sensible'
Plug 'tpope/vim-fugitive'

" On-demand loading
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
Plug 'majutsushi/tagbar'
Plug 'junegunn/fzf'
Plug 'scrooloose/syntastic'
Plug 'tpope/vim-surround'
call plug#end()
nmap <leader>ne :NERDTree<cr>
nmap <F8> :TagbarToggle<CR>

No comments:

make ubuntu business casual

to make ubuntu business casual - make it black remove background: gsettings set org.gnome.desktop.background picture-options ...