Difference between revisions of "Vi"
Jump to navigation
Jump to search
↑ https://vi.stackexchange.com/questions/12961/stay-at-matching-search-result-after-escape
↑ https://vim.fandom.com/wiki/Set_Vim_as_your_default_editor_for_Unix
(Created page with " * <code>sudo update-alternatives --config editor</code>") |
|||
(38 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{lc}} | ||
+ | [[wikipedia:vi]] | ||
+ | * <code>[[/etc/vim/vimrc]]</code> | ||
+ | * <code>[[~/.vimrc]]</code> | ||
+ | * <code>[[apt install vim]]</code> | ||
− | * <code>sudo update-alternatives --config editor</code> | + | * <code>[[set (vi)|set]] [[compatible]] (to stay at matching search result after escape)</code><ref>https://vi.stackexchange.com/questions/12961/stay-at-matching-search-result-after-escape</ref> |
+ | |||
+ | Go directly to [[line]] 33: | ||
+ | |||
+ | *<code>vi +33 /path/to/your_file.txt</code> | ||
+ | |||
+ | |||
+ | *<code>sudo [[update-alternatives]] --config editor</code><ref>https://vim.fandom.com/wiki/Set_Vim_as_your_default_editor_for_Unix</ref> | ||
+ | * <code>sudo update-alternatives --config vi</code> | ||
+ | |||
+ | * [[Bash]]: <code>[[set -o vi]]</code> (<code>~./[[.bash_profile]]</code>) | ||
+ | |||
+ | |||
+ | == Related == | ||
+ | * [[VMware]]: <code>[[vim-cmd]] /hostsvc/hostsummary | grep inMaintenanceMode</code> | ||
+ | * <code>[[nano]]</code> | ||
+ | * [[ex]] | ||
+ | :[[set list]] | ||
+ | |||
+ | == See also == | ||
+ | * {{sed}} | ||
+ | * {{vim}} | ||
+ | * {{vi}} | ||
+ | |||
+ | |||
+ | [[Category:Computing]] |
Latest revision as of 13:17, 20 December 2023
set compatible (to stay at matching search result after escape)
[1]
Go directly to line 33:
vi +33 /path/to/your_file.txt
sudo update-alternatives --config editor
[2]sudo update-alternatives --config vi
- Bash:
set -o vi
(~./.bash_profile
)
Related[edit]
:set list
See also[edit]
sed, gsed
,-n, -i
,Ansible: replace
,append
,Chef: Editing a file
,lineinfile
vim, view, set -o vi, ex, .viminfo
- Editors:
vi, vim
,sed
,awk
, emacs,lineinfile (Ansible)
, Atom,paste
, Neovim, Rider,visudo, vipw
,update-alternatives
,nano
,more, less
,.vimrc
,set (vi)
zed
Advertising: