syntax enable syntax on colorscheme desert set encoding=utf-8 set nocompatible set nobackup set showmatch set showcmd set ruler set hlsearch set backspace=indent,eol,start set fileencodings=utf-8,gb2312,gb18030,gbk set autoindent "auto indent set nu set smartindent """""""""""""""""""" "BufExplorer """""""""""""""""""" let g:bufExplorerDefaultHelp=0 "do not show default help. let g:bufExplorerShowRelativePath=1 "show relative paths let g:bufExplorerSortBy='mru' "sort by most recently used let g:bufExplorerSplitRight=0 "Split left. let g:bufExplorerSplitVertical=1 "SplitVertically let g:bufExplorerSplitVertSize=30 "Split width let g:bufExplorerUseCurrentWindow=1 "Open in new window """""""""""""""""""" "tag list """""""""""""""""""" let Tlist_Show_One_File=1 let Tlist_Exit_OnlyWindow=1 """""""""""""""""""" "win-manager """""""""""""""""""" let g:winManagerWindowLayout="BufExplorer,FileExplorer|TagList" let g:winManagerWidth=30 let g:defaultExplorer=0 nmap
:FirstExplorerWindow
nmap
:BottomExplorerWindow
nmap wm :WMToggle