Benutzer-Werkzeuge

Webseiten-Werkzeuge


meins:vim

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

meins:vim [Thursday, 14. May 2020 11:01] – angelegt Ivo Schwalbemeins:vim [Thursday, 14. May 2020 11:07] (aktuell) – [Scrollen Zeile bleibt stehen] Ivo Schwalbe
Zeile 12: Zeile 12:
 <code>:set scrolloff=0</code> <code>:set scrolloff=0</code>
 <code>:set scrolloff=999</code> <code>:set scrolloff=999</code>
 +
 +===== Suchen =====
 +
 +https://vim.fandom.com/wiki/Searching
 +
 +When ''ignorecase'' and ''smartcase'' are both on, if a pattern contains an uppercase letter, it is case sensitive, otherwise, it is not. For example, ''/The'' would find only "The", while ''/the'' would find "the" or "The" etc.
 +
 +The ''smartcase'' option only applies to search patterns that you type; it does not apply to ''*'' or ''#'' or ''gd''. If you press ''*'' to search for a word, you can make ''smartcase'' apply by pressing ''/'' then up arrow then Enter (to repeat the search from history).
/www/htdocs/v033852/vor/data/pages/meins/vim.txt · Zuletzt geändert: Thursday, 14. May 2020 11:07 von Ivo Schwalbe