易截截图软件、单文件、免安装、纯绿色、仅160KB

linux vim 配置文件

1
"
2
" @(#) This is vimrc for vim/gvim.
3
" This vimrc file will automatically configure itself based on
4
" the system it runs on (Windows/Unix).
5
" This vimrc file has been tested on SPARC/Solaris, Intel/Linux
6
" and Windows NT/ME
7
"
8
"
Config Notes:
9
"
Unix:
10
" 1. Create a directory: ~/vimtmp and move .viminfo there
11
" 2. Link: ln -s .vimrc .gvimrc
12
" 3. If gvim is executed, .vimrc will be executed twice.
13
" First as .vimrc and then as .gvimrc. This is good!
14
"
Windows:
15
" 1. Create a directory: $HOME\vimtmp
16
" 2. Move .viminfo (if it exists) to $HOME\vimtmp
17
" 3. Name .vimrc as _vimrc in $HOME
18
"
19
" Make sure there is no _gvimrc in $HOME. This creates a conflict.
20
" 4. Optional. In the Windows Global settings below, change the preferences
21
" to suit your needs.
22
"
23
" @(#) 01/07/25-03/07/21 xaos@darksmile.net,
"http://www.darksmile.net/vimindex.html"
24
"
25
" Windows Global Settings. Font and scheme preferences
26
"
27
let
mywinfont=
"Lucida_Console:h12:cANSI"
28
let
$myscheme
=
$VIMRUNTIME
.
'\colors\koehler.vim'
29
let
$myxscheme
=
$VIMRUNTIME
.
'/colors/koehler.vim'
30
"
31
" If full gui has been reached then run these additional commands. Unix only!
32
"
33
if
has
("gui_running"
) &&
&term ==
"builtin_gui"
34
if
&syntax
==
""
&&
isdirectory
($VIMRUNTIME
)
35
syntax
on
36
set
hlsearch
37
en


相关文档:

实战Linux Bluetooth编程(三) HCI层编程

1. HCI层协议概述:
HCI提供一套统一的方法来访问Bluetooth底层。如图所示:
从图上可以看出,Host Controller Interface(HCI)  就是用来沟通Host和Module。Host通常就是PC, Module则是以各种物理连接形式(USB,serial,pc-card等)连接到PC上的bluetooth Dongle。
在Host这一端:application,SDP,L2cap等协议 ......

Linux目录结构,写给Windows用户的Linux目录结构的介绍

与Windows将硬盘看做“C盘”、“D盘”几个独立的分区不同,Linux将整个文件系统看做一棵树,这棵树的树根叫做根文件系统,用/表示。各个分区通过“挂载”(mount)以文件夹的形式访问。
 
 在/中的文件夹很多,本文介绍常见文件夹的意义。Linux的目录结构确实比较复杂,但设置合 ......

linux vi 基本命令


一、用vi filename打开文件:
二、基本知识:vi 可以分三种状态:命令模式(command)、插入模式(insert)和末行模式(last line)
    (1)命令模式:打开文件时默认是命令模式,控制屏幕光标的移动、字符、字或者行的删除,移动             &nb ......

Linux的计划任务at命令

Technorati 标签: linux,at 名称 : at
使用权限 : 所有使用者
使用方式 : at -V [-q queue] [-f file] [-mldbv] TIME
说明 : at 可以让使用者指定在 TIME 这个特定时刻执行某个程式或指令,TIME 的格式是 HH:MM其中的 HH 为小时,MM 为分钟,甚至你也可以指定 am, pm, midnight, noon, teatime(就是下午 4 点锺 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号