vi und Fadenkreuz möglich?

E

-eraz-

Tripel-As
Würde im vim gerne ein "Fadekreuz" einstellen, ich denke das wäre etwas übersichtlicher. Habe dazu folgende Anleitung gefunden:
The first one is the cursorline command , which basically marks the entire line with, for example, another background color without breaking the syntax coloring. To turn it on, use the following command:

:set cursorline

The color it uses is the one defined in the CursorLine color group. You can change this to any color or styling you like, for example:

:highlight CursorLine guibg=lightblue ctermbg=lightgray

If you are working with a lot of aligned file content (such as tab-separated data), the next solution for cursor tracking comes in handy:

:set cursorcolumn
Quelle: http://www.softpanorama.org/Editors/vim.shtml

Dabei funktioniert aber leider die Option :set cursorcolumn nicht, es tut sich nix. Ich verwende vim 7.x, weiß jemand von Euch warum das so ist? Die horizontale Linie wird einwandfrei markiert, die senkrechte nicht.
 
hast du auch die farbe gesetzt? (CursorColumn)
mit den selben werten wie in CursorLine bekomm ich das gewuenschte "fadenkreuz"
 

Ähnliche Themen

Nginx als Reverse Proxy für Nextcloud und Emby

Zugriff Ubuntu 16.04. auf Freigabe 18.04. LTS nicht möglich

Senior System & Network Admin in Berlin

JBidWatcher: Problem bei loading Auctions in Verbindung mit mySQL

Samba 4 Gast Zugang unter Ubuntu funktioniert nicht

Zurück
Oben