亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費注冊 查看新帖 |

Chinaunix

  平臺 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
查看: 842 | 回復(fù): 0
打印 上一主題 下一主題

My .vimrc file [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報告]
發(fā)表于 2007-07-25 12:57 |只看該作者 |倒序瀏覽

================================
Author: taoyuetao
Email:
[color="#0000ff"]tao_yuetao@yahoo.com.cn
Blog:
[color="#800080"]http://blog.chinaunix.net/u/31100/

07-07-25
================================
Placed my .vimrc file at blog for backup, when has new configuration, i'll update it to blog.
Source file content:
=========================================================
  1 set number
  2 "總在 Vim 窗口的右下角顯示當(dāng)前光標(biāo)位置
  3 set ruler
  4 set tabstop=4
  5 "set cindent shiftwidth=4
  6 "set foldmethod=indent
  7 set guifont=SimSun\ 10
  8 set hlsearch
  9 "set foldcolumn=4
10 syntax on
11 set browsedir=buffer
12 "自動進(jìn)入目錄
13 "set autochdir
14 "colorscheme  peachpuff
15
16 " When editing a file, always jump to the last known cursor position.
17 " Don't do it when the position is invalid or when inside an event
18 " handler
19 " (happens when dropping a file on gvim).
20 " 記住上次的編輯位置
21 autocmd BufReadPost *
22     \ if line("'\"") > 0 && line("'\"") -,trail:~
29 "set list
30 "syntax match Trail " +$"
31 "highlight def link Trail Todo
32
33 " 插入系統(tǒng)日期
34 map  :r !date +\%c
35
36 " Open a file explorer
37 " 我喜歡用F4鍵打開一個文件瀏覽窗口
38 if has("vertsplit")
39   nnoremap   :call FileExplOpen()
40   if !exists("*FileExplOpen")
41     fun FileExplOpen()
42       if @% == ""
43         20vsp .
44       else
45         exe "20vsp " . expand("%:p:h")
46       endif
47     endfun
48   endif
49 endif
50
51 "don't create backup file
52 set nobackup
53 "禁止自動換行
54 set nowrap
55
                               
               
               
               
               

本文來自ChinaUnix博客,如果查看原文請點:http://blog.chinaunix.net/u/31100/showart_346356.html
您需要登錄后才可以回帖 登錄 | 注冊

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報專區(qū)
中國互聯(lián)網(wǎng)協(xié)會會員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP