由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - 偶也文个vi的问题
相关主题
autocompletion in Bash比较emacs flymake和vim codecheck
我也在线升级10.04了。完美vim text alignment
大吼一声包子求助一道题 Perl (转载)
win上面有什么比较好的shell么?看你是不是linux高手? dpkg: version 'uname -r' has bad syntax
Ubuntu 14.04 on Macbook air 睡了就醒不来了有vim script 高手吗?
Re: 有什么比较好的断点续传的 ftp/sftp 软件? (转载)关于 gcc 和 g++ 的问题 (转载)
一个有关shell script export variable的问题C -> Assembly
对了,关于debuggernasty perl syntax minute issues
相关话题的讨论汇总
话题: vi话题: syntax话题: vim话题: ctrl话题: 文个
进入Linux版参与讨论
1 (共1页)
d**n
发帖数: 198
1
不是vim,
就是unix 自带的vi, /bin/vi
咋(1)enable syntax hilight; (2) in status line, show line number, col
number; (3) 咋 块操作
m******t
发帖数: 2416
2

are you sure it's not vim, symlinked with vi compatible mode enabled?

【在 d**n 的大作中提到】
: 不是vim,
: 就是unix 自带的vi, /bin/vi
: 咋(1)enable syntax hilight; (2) in status line, show line number, col
: number; (3) 咋 块操作

w****g
发帖数: 597
3
https://help.ubuntu.com/community/VimHowto
In vi, press escape key, then type ":syntax on".
Note: In Ubuntu, vi is a cut down version of vi: vi-tiny, and it does not
support syntax highlight. First, run "sudo apt-get install vi-full"; then
enable syntax highlight.
d**n
发帖数: 198
4
不是vim,
pretty sure.

【在 m******t 的大作中提到】
:
: are you sure it's not vim, symlinked with vi compatible mode enabled?

d**n
发帖数: 198
5
don't wanna install anything on it. it is a production machine.

【在 w****g 的大作中提到】
: https://help.ubuntu.com/community/VimHowto
: In vi, press escape key, then type ":syntax on".
: Note: In Ubuntu, vi is a cut down version of vi: vi-tiny, and it does not
: support syntax highlight. First, run "sudo apt-get install vi-full"; then
: enable syntax highlight.

D*********s
发帖数: 555
6
plain vi没有加亮吧

【在 d**n 的大作中提到】
: 不是vim,
: pretty sure.

d**n
发帖数: 198
7
no, absolutely no
and no autocomplete, ctrl+x, ctrl+p gives ^P

【在 D*********s 的大作中提到】
: plain vi没有加亮吧
1 (共1页)
进入Linux版参与讨论
相关主题
nasty perl syntax minute issuesUbuntu 14.04 on Macbook air 睡了就醒不来了
how to change the color of c language keyword in vi ?Re: 有什么比较好的断点续传的 ftp/sftp 软件? (转载)
Hex byte string syntax in perl please一个有关shell script export variable的问题
小白问:awk里面引用变量为啥有的加'$'有的不加?对了,关于debugger
autocompletion in Bash比较emacs flymake和vim codecheck
我也在线升级10.04了。完美vim text alignment
大吼一声包子求助一道题 Perl (转载)
win上面有什么比较好的shell么?看你是不是linux高手? dpkg: version 'uname -r' has bad syntax
相关话题的讨论汇总
话题: vi话题: syntax话题: vim话题: ctrl话题: 文个