「Vi」の版間の差分
ナビゲーションに移動
検索に移動
(Vimへの転送ページ) |
Kusanaginoturugi (トーク | 投稿記録) (英語版より新規作成) タグ: リダイレクト解消 |
||
1行目: | 1行目: | ||
+ | {{Lowercase title}} |
||
− | #REDIRECT [[vim]] |
||
+ | [[Category:テキストエディタ]] |
||
+ | [[de:Vi]] |
||
+ | [[en:Vi]] |
||
+ | [[es:Vi]] |
||
+ | [[fr:Vi]] |
||
+ | [[pt:Vi]] |
||
+ | [[zh-hans:Vi]] |
||
+ | According to [[Wikipedia:Vi|Wikipedia]]: |
||
+ | |||
+ | :vi is a screen-oriented text editor originally created for the Unix operating system. The portable subset of the behavior of vi and programs based on it, and the ex editor language supported within these programs, is described by (and thus standardized by) the Single Unix Specification and POSIX. |
||
+ | |||
+ | == Installation == |
||
+ | |||
+ | [[Install]] the {{Pkg|vi}} package. |
||
+ | |||
+ | == Vi-style software == |
||
+ | |||
+ | The key bindings and modes of vi have been recreated in various other software: |
||
+ | |||
+ | * [[List of applications/Documents#Vi-style text editors|text editors]], the most popular of which being [[Vim]] |
||
+ | * [[List of applications/Utilities#File managers|file managers]] like [[ranger]] and [[Vifm]] |
||
+ | * the [[Readline#Editing mode|Readline]] input library (used by [[Bash]]) |
||
+ | * [[shell]]s like [[Zsh#Key bindings|Zsh]] |
||
+ | * [[web browser]]s like [[Luakit]], [[qutebrowser]] or {{Pkg|vimb}}; for [[Firefox]] and [[Chromium]] there are [[Browser extensions#Keyboard shortcuts|browser extensions]] available. |
||
+ | * most [[tiling window manager]]s can be configured for vi-style control |
||
+ | |||
+ | == See also == |
||
+ | |||
+ | * {{man|1|vi}} |
2023年9月12日 (火) 21:41時点における版
According to Wikipedia:
- vi is a screen-oriented text editor originally created for the Unix operating system. The portable subset of the behavior of vi and programs based on it, and the ex editor language supported within these programs, is described by (and thus standardized by) the Single Unix Specification and POSIX.
Installation
Vi-style software
The key bindings and modes of vi have been recreated in various other software:
- text editors, the most popular of which being Vim
- file managers like ranger and Vifm
- the Readline input library (used by Bash)
- shells like Zsh
- web browsers like Luakit, qutebrowser or vimb; for Firefox and Chromium there are browser extensions available.
- most tiling window managers can be configured for vi-style control