K - open man page for word under the cursor Tip Run vimtutor in a terminal to learn the first Vim commands. Cursor movement h - move cursor left j - move cursor down k - move cursor up l - move cursor right H -
打印到PDF (Print to PDF) 数据处理 增减数值(CTRL-A/CTRL-X) 文本排序(sort) 过滤器(Filter) 图形界面 启动图形界面(gui-start) 图形界面选项(guioptions) 状态行(Status Line) 行号(Line Number) 光标(Cursor) 鼠标(Mouse) 字体(Font) 菜单(Menu) 工具栏(ToolBar) 对话框(Dialog) 多文件操作 参数(Argum...
光标(Cursor)B/Z 鼠标(Mouse)B/Z 字体(Font)B/Z 菜单(Menu)B/Z 工具栏(ToolBar)B/Z 对话框(Dialog)B/Z 多文件操作 参数(Arguments)B/Z 缓冲区 (Buffer)B/Z 窗口(Window)B/Z 标签页(Tab)B/Z 编辑多个文件(Multiple Files)B/Z 比较文件(diff)B/Z 比较文件-消除差异(diffget & diffput )B/...
Numbered 0至9 vim 否 寄存器 0: 最近一次复制。寄存器 1: 最近一次删除。寄存器 2: 倒数第二次删除,以此类推。对于寄存器 1 至9,他们其实是只读的最多包含 9 个元素的队列。这里的队列即为数据类型 queue Small delete - vim 否 最近一次行内删除 Named a至z, A至Z 用户 否 如果你通过复制操作存储文本...
|g_| g_ 1 cursor to the last CHAR N - 1 lines lower |g#| g# 1 like "#", but without using "\<" and "\>" of the current screen line |gstar| g* 1 like "*", but without using "\<" and "\>" |gn| gn 1,2 find the next match with the last used ...
Ctrl + y– move screen up one line (without moving the cursor) Ctrl + o– move backward through the jump history Ctrl + i– move forward through the jump history H– move to the top of the screen (H=high) M– move to the middle of the screen (M=middle) ...
h#move cursor leftj#move cursor downk#move cursor upl#move cursor rightH#move to top of screenM#move to middle of screenL#move to bottom of screenw#jump forwards to the start of a wordW#jump forwards to the start of a word (words can contain punctuation)e#jump forwards to the end...
The cursor will be positioned on the first line of the buffer. You can get to the other files with the ":next" command. To edit a file that starts with a dash, precede the filelist with a double dash ("--"). - A single dash specifies that the file to edit is to be read from...
With the introduction of cathode-ray tube (CRT) terminalswith cursor addressing, line editorsevolved intoscreen editors, such asviand Emacs. Screen editors let you work with your files a full screen at a time and let you easily move around the lines on the screen as you wished. ...
zl move the view on text to right for 1 character(如果设置了nowrap,并且文本行超出屏幕) z. 将光标所在行移动到屏幕中间(scroll the line with the cursor to the center of the screen) zt top 将光标所在行移动到屏幕顶端(scroll the line with the cursor to the top) z<Enter> 将光标所在行移动...