Files
tldr/pages.zh/linux/sensible-editor.md

20 lines
547 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# sensible-editor
> 打开默认编辑器。
> 更多信息:<https://manned.org/sensible-editor>。
- 在默认编辑器中打开一个文件:
`sensible-editor {{path/to/file}}`
- 在默认编辑器中打开一个文件,光标位于文件末尾:
`sensible-editor + {{path/to/file}}`
- 在默认编辑器中打开一个文件光标位于第10行的开头
`sensible-editor +10 {{path/to/file}}`
- 同时在垂直分屏的编辑器窗口中打开3个文件
`sensible-editor -O3 {{path/to/file1 path/to/file2 path/to/file3}}`