gogldiva.blogg.se

Pmenu ctermfg
Pmenu ctermfg









pmenu ctermfg

Hi WarningMsg ctermfg=231 ctermbg=238 cterm=bold

pmenu ctermfg

Hi VertSplit ctermfg=244 ctermbg=232 cterm=bold Hi Underlined ctermfg=244 cterm=underline Hi Todo ctermfg=231 ctermbg=232 cterm=bold Hi MatchParen ctermfg=16 ctermbg=208 cterm=bold Hi ErrorMsg ctermfg=199 ctermbg=253 cterm=bold Hi CursorLine guibg=#3E3D32 gui=underline Hi WarningMsg guifg=#FFFFFF guibg=#333333 gui=bold Hi Underlined guifg=#808080 gui=underline Hi Todo guifg=#FFFFFF guibg=#BB0000 gui=bold Hi SpellLocal guisp=#70F0F0 gui=undercurl Hi Special guifg=#66D9EF guibg=bg gui=italic Hi SignColumn guifg=#A6E22E guibg=#232526 Hi MatchParen guifg=#000000 guibg=#FD971F gui=bold Hi DiffText guibg=#4C4745 gui=italic,bold Let s:molokai_original = g:molokai_original " no guarantees for version 5.8 and below, but this makes it stop " by Wimer Hazenberg and its darker variant " Note: Based on the monokai theme for textmate " close vim if the only window left open is a NERDTreeĪutocmd bufenter * if (winnr("$") = 1 & exists("b:NERDTree") & b:NERDTree.isTabTree()) | q | endif "open a NERDTree automatically when vim starts up if no files were specifiedĪutocmd VimEnter * if argc() = 0 & !exists("s:std_in") | NERDTree | endif :let g:airline#extensions#tabline#enabled = 1 " showing tabs :let g:airline_theme='wombat' " set airline plugin theme

#PMENU CTERMFG CODE#

:set pastetoggle= " Paste mode toggle with F2 Pastemode disable auto-indent and bracket auto-compelation and it helps you to paste code fro elsewhere. :map :setlocal spell! spelllang=en_us " check spelling with F8 :noremap #4 :tabnext " switch to next tab with F4 :noremap #3 :tabprevious " switch to previous tab with F3 :noremap #5 :!xterm -hold -e './%' " execute bash & python script with F5 :noremap #7 :silent s/^\V=escape(b:comment_leader,'\/')//e:nohlsearch " uncommenting line with F7 :noremap #6 :silent s/^/=escape(b:comment_leader,'\/')/:nohlsearch " commenting line with F6 :autocmd FileType sh,ruby,python let b:comment_leader = '# ' :autocmd FileType c,cpp,java,scala let b:comment_leader = '// ' " auto comment and uncomment with F6 and F7 key "":set ignorecase " Ignore case in search :set cindent " This turns on C style indentation :set nocp " This changes the values of a LOT of options, enabling features which are not Vi compatible but really really nice :setlocal foldmethod=indent " Set folding method :set shiftwidth=4 " Set shiftwidth to control how many columns text is indented with the reindent operations (>) and automatic C-style indentation. When expandtab is set, vim will always use the appropriate number of spaces. If softtabstop equals tabstop and expandtab is not set, vim will always use tabs. If softtabstop is less than tabstop and expandtab is not set, vim will use a combination of tabs and spaces to make up the desired spacing. :set softtabstop=4 " Set softtabstop to control how many columns vim uses when you hit Tab in insert mode. :set expandtab " When expandtab is set, hitting Tab in insert mode will produce the appropriate number of spaces.

pmenu ctermfg

Linux kernel code expects each tab to be eight columns wide. :set tabstop=4 " Set tabstop to tell vim how many columns a tab counts for. :filetype plugin on " This line enables loading the plugin files for specific file types :set ls=2 " This makes Vim show a status line even when only one window is shown











Pmenu ctermfg