⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 outline

📁 开放源码的编译器open watcom 1.6.0版的源代码
💻
字号:
- Basic Usage
    - modal vs non-modal
	- input mode
	- command mode
    - basic commands
    - menus
    - simple editing session
    	- editing the file
	- inputting text
	- deleting text
	- saving the file
- Intermediate Usage
    - how to edit a file
	- :e <file>
	- :r <file>
    - moving between files
	- :next, :prev
	- F1, F2
	- :files
    - how to move around
	- l,j,k,l, cursor keys
	- ^F, ^B, page
	- w,W,b,B
	- :number
	- G
    - how to input text
	- A,a
	- i,I
	- o,O
    - how to delete text
	- d?
	- D
	- :1,$ delete
    - how to copy lines
	- y?
	- Y
	- :1,$ yank
    - pasting
	- p,P
	- :put
    - changing
    	- c?
    - repeating last command
    	- memorize mode
    - joining text
	- J
	- :join
    - marks
	- setting
	- clearing
	- moving to
    - searching for text
    	- /, ?
	- n,N
    - how to leave a file
	- :q, :q!
	- ^C
    - how to save a file
	- ZZ
	- :write
	- :wq

- Advanced Usage
    - substitution command
    - global command
    - searching files
    	- :fgrep
	- :egrep
    - mapping keys
    	- input mode
	- command mode
    - scripts
	- overview
	- configuratioon
	- hooks

- Command Mode Keys

- Command Line

- Editor Settings

- Windowing, Menus and the Mouse

- Script Reference
  - language
  - configuration
  - hooks

- Tricks and Tips

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -