Information Retrieval Blog
Home
Toolkits
Links
Misc skills
≡
Navigation
Home
Menu 1
Drop Menu
Drop Menu 1
Drop Menu 2
Drop Menu 3
Menu 2
Drop Menu 1
Drop Menu 1
Drop Menu 2
Drop Menu 3
Home
»
linux
,
vim
» vi, vim 显示行号或行数
vi, vim 显示行号或行数
Posted by jeffy
Posted on 10:10 PM with
No comments
在命令模式输入以下命令
1. 显示行号
:set number
2. 取消行号显示
:set nonumber
3. 跳到一特定行 (必须得在命令模式,好像必须
每次都得先按Esc键
)
回到第一行: G
跳到特定行如99行: 99G
Tweet
0 Comments:
Post a Comment
Newer Post
Older Post
Home
loading..
Popular Posts
Resources about lucene from its official website
Resources about lucene Resources Introductions The API documentation contains a short and simple code example that show...
Top 20 Python Machine Learning Open Source Projects
We examine top Python Machine learning open source projects on Github, both in terms of contributors and commits, and identify most popula...
汉字编码问题合集–整理
汉字编码问题 下面是搜集的多篇关于汉字编码问题文章的合集,相信你的问题一定包含在其中,如果没有请留言,一起把这方面的内容补充全。 一、汉字编码的种类 汉字编码中现在主要用到的有三类,包括GBK,GB2312和Big5。 1、 GB2312又称国标码 ,由国家标准总...
What is a (Mathematical) Model?
RT: http://lingpipe-blog.com/2011/03/11/what-is-a-mathematical-model/ What is a (Mathematical) Model? By Bob Carpenter I was sh...
cython function in ipython
cython function in ipython %load_ext cythonmagic In [4]: %%cython ...: def fib(int n): ...: cdef int a,b,i ...: ...
Bounding box for latex \includegraphics command
Type in a terminal window: gs -sDEVICE=bbox -dNOPAUSE -dBATCH file.pdf (or file.ps) you must have ghostscript installed of course. This c...
Logistic Regression by Any Other Name
Logistic Regression by Any Other Name LingPipe Blog I (Bob) have been working on logistic regression. In particular, multinomial logistic r...
ImportError: libatlas.so.3: cannot open shared object file: No such file or directory
After installing Scipy, when I import optimize from Scipy, the following error occurs. Traceback (most recent call last): File &q...
Information Retrieval Surveys
This is a very useful list of surveys from Doug Oard , which would be definitely helpful for those who want to enter this territory. I...
What is feature engineering?
Just read a post from http://blog.bigml.com/2013/02/21/everything-you-wanted-to-know-about-machine-learning-but-were-too-afraid-to-ask-pa...
IR、ML、NLP
Free Online Web Proxy
Python and Web
Source Code Formatter
Google Dictionary Online
Oxford Dictionary of English
牛津英语搭配词典
谷歌词典
Free dictionaries Navigator
Test English Info
Total Pageviews
0 Comments:
Post a Comment