中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

linux Vim的配置是怎樣的

發布時間:2021-09-27 14:40:00 來源:億速云 閱讀:117 作者:柒染 欄目:系統運維

這篇文章給大家介紹linux Vim的配置是怎樣的,內容非常詳細,感興趣的小伙伴們可以參考借鑒,希望對大家能有所幫助。

有需要的朋友可以參考下。

代碼如下:


" This is my _vimrc under windows platform
" and it can be used on *nix too
" all the difference of them is the font setting session
" happy Viming,
" copyLeft (#) Abruzzi John

set linebreak " line break
set nocompatible " no compatible
set history=400 " history
set ruler
set number " line number
set hlsearch " highlight search
set noincsearch " no in C search
set expandtab " expand table
set t_vb= "close bell
set foldmethod=marker
set tabstop=4 " table step
set shiftwidth=4
set nobackup " don't backup
set smarttab " smart table
set smartindent " smart indent
set autoindent " auto indent
set cindent "cindent
set cursorline " hightlight cursor line 高亮光標所在行

" set the back space
set backspace=indent,eol,start "這行比較重要,剛接觸vim的朋友會發現有時候backspace鍵刪不了文字
 
colorscheme desert " color scheme

let Tlist_Use_Right_Window=0 " for tag_list plugin only
let Tlist_File_Fold_Auto_Close=1 " for tag_list plugin only

let g:winManagerWindowLayout="FileExplorer|TagList" " for winmanager

filetype plugin indent on " filetype setting
set completeopt=longest,menu " for code complete

" the following function is used for show the status bar on the buttom
function! CurrectDir()
let curdir = substitute(getcwd(), "", "", "g")
return curdir
endfunction
set statusline=\ [File]\ %F%m%r%h\ %w\ \ [PWD]\ %r%{CurrectDir()}%h\ \ %=[Line]\ %l,%c\ %=\ %P

" this is a setting of font
if has("win32")
  set guifont=Courier_New:h20:cANSI
endif

" make sure that syntax always on
if exists("syntax_on")
  syntax reset
else
  syntax on
endif

 
" java complete
if has("autocmd")
  autocmd Filetype java setlocal omnifunc=javacomplete#Complete
endif
 
""""""""""""""""""""""""""""""""""""""""""""""""""""""
let performance_mode=1
 
function MySys()
if has("win32")
  return "win32"
elseif has("unix")
  return "unix"
else
  return "mac"
endif
endfunction
 
if MySys() == "unix" || MySys() == "mac"
  set shell=bash
else
  " set win32 shell
endif
 
" set auto read when file is changed from outside
if exists("&autoread")
set autoread
endif
 
" enable the mouse
if exists("&mouse")
  set mouse=a
endif
 
" set mapleader
let mapleader=","
let g:mapleader=","
 
"fast saving
nmap <leader>x :xa!<cr>
nmap <leader>w :w!<cr>
 
"switch to current directory
map <leader>cd :cd %:p:h<cr>
 
" just for fun
map <F9> ggVGg?
 
" folding code
if exists("&foldenable")
  set fen
endif
 
if exists("&foldlevel")
  set fdl=0
endif
 
" tag list --
map <F3> :Tlist<cr>
 
"remove the windows ^M windows系統中常常可以看到文本中夾雜著^M這樣的控制字符,用此命令刪除之
noremap <leader>m :%s/

關于linux Vim的配置是怎樣的就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

平山县| 博客| 定远县| 晋江市| 任丘市| 皋兰县| 嘉祥县| 通道| 平潭县| 广河县| 郓城县| 阜新| 闵行区| 申扎县| 保亭| 黄浦区| 横峰县| 旺苍县| 南华县| 磴口县| 临高县| 亳州市| 辽源市| 罗田县| 杨浦区| 新巴尔虎右旗| 资中县| 布尔津县| 泗洪县| 武川县| 东乡族自治县| 承德县| 新晃| 芦山县| 嫩江县| 海晏县| 南平市| 西盟| 宿州市| 古浪县| 滕州市|