开始感觉vim在windows下不能和ue相比的就是其不具备ftp功能,不能把windows下的文件 和linux的文件进行交互编辑,最近发现gvim7.2自带的netrw插件能实现这个远程编辑文 件的小功能,感觉还可以,同时把自己搜集整理的配置文件_vimrc做一个网络备份,用 了几个常用的插件功能: minibuffer、nerd_commenter,SearchComplete,winma...
set ruler " show the cursor position all the time set showcmd " display incomplete commands set number set incsearch " do incremental searching set hlsearch set fileformat=unix set textwidth=78 set formatoptions+=mM set autoindent " always set autoindenting on set splitbelow botright cwindow ...
in insert mode set bs=indent,eol,start " always set autoindenting on set ai set viminfo='20,\"50 " read/write a .viminfo file, don't store more " than 50 lines of registers set history=100 set ruler " Only do this part when compiled with support for autocommands if has("autocmd...
detach from the shell it was started in. On the Amiga, Vim is not restarted to open a new window. This option should be used when Vim is executed by a program that will wait for the edit session to finish (e.g. mail). On the Amiga the ":sh" and ":!" commands will not work....
" 通过使用: commands命令,告诉我们文件的哪一行被改变过 set report=0 " 不让vim发出讨厌的滴滴声 set noerrorbells """ " 搜索和匹配 """ " 高亮显示匹配的括号 set showmatch " 匹配括号高亮的时间(单位是十分之一秒) set matchtime=5 " 在搜索的时候忽略大小写 set ignorecase " 在搜索时,输入的词...
This GDB was configured as"x86_64-redhat-linux-gnu". 13 `run'commands do input and output on the terminal /dev/pts/32 14 15 NetBeans listens on localhost:3219 #使用NetBeans通信,在本地开个监听端口 16 17 NetBeans connected to127.0.0.1:46403 ...
set showcmd " display incomplete commands set incsearch " do incremental searching set number syntax on “打开语法高亮 set autoindent “自动缩进 set smartindent “使用c形式自动缩进 set cindent set tabstop=4“TAB键的宽度 set shiftwidth=4“统一缩进为4 ...
映射实现 win的IDE + linux的运行环境 1、安装samba 代码如下: yum install samba system-config-samba samba-client samba-common 2、创建www账号 代码如下: /usr/sbin/useradd www mkdir -p /data/www chmod 777 /data/www chown -R www:www /data/www cat /etc/......
set showcmd " display incomplete commands set incsearch " do incremental searching set number syntax on “打开语法高亮 set autoindent “自动缩进 set smartindent “使用c形式自动缩进 set cindent set tabstop=4“TAB键的宽度 set shiftwidth=4“统一缩进为4 ...
set showcmd " display incomplete commands set incsearch " do incremental searching set number syntax on “打开语法高亮 set autoindent “自动缩进 set smartindent “使用c形式自动缩进 set cindent set tabstop=4“TAB键的宽度 set shiftwidth=4“统一缩进为4 ...