Seite 1 von 1

vim

Verfasst: Sonntag 19. Juni 2016, 12:41
von Radaku
So, mal eine Frage an die vim-Experten hier.
Wo kriege ich eine vim-Version mit Clipboard Unterst

Re: vim

Verfasst: Sonntag 19. Juni 2016, 12:49
von leesrott
Das ist eine sehr sehr gute Frage, an der ich mir auch schon die Z

Re: vim

Verfasst: Sonntag 19. Juni 2016, 13:24
von Radaku
Der Tipp mit gvim war gar nicht so schlecht

Code: Alles auswählen

Note that while you'll need the version of Vim that supports X, you don't need to run it as an X application--you can run it in a terminal as gvim -v. That will launch Vim in vi or terminal mode but with access to the X clipboard. You can make this easier with an alias: alias vim='gvim -v'.

Re: vim

Verfasst: Sonntag 19. Juni 2016, 13:37
von leesrott
Brauchst du gar nicht. Wenn du gvim installierst, dann steht es in Konflikt mit vim und vim wird entfernt. Sobald gvim installiert hast, kannst du vim auch

Re: vim

Verfasst: Sonntag 19. Juni 2016, 13:42
von Radaku
Danke f