Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] Vim: Markieren und Suchen
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum
View previous topic :: View next topic  
Author Message
musv
Advocate
Advocate


Joined: 01 Dec 2002
Posts: 3337
Location: de

PostPosted: Tue Apr 21, 2015 8:32 am    Post subject: [solved] Vim: Markieren und Suchen Reply with quote

Guten Vormittag!

Ich stehe grad vor einem Problem bei Vim, zu dem Tante Google mir nichts verraten will.

Text kopieren: v + Cursor, danach y
Text einfügen: p
Irgendwas suchen: /

Wie krieg ich es aber hin, dass etwas suchen kann, was ich in die Zwischenablage kopiert hab? Also die Reihenfolge bei anderen Programmen:

Markieren -> Ctrl + c -> Suchen: Ctrl + f -> Einfügen in die Suche: Ctrl + v


Last edited by musv on Wed Apr 22, 2015 6:18 am; edited 1 time in total
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Tue Apr 21, 2015 11:00 am    Post subject: Reply with quote

/ <C-R> 0
Back to top
View user's profile Send private message
musv
Advocate
Advocate


Joined: 01 Dec 2002
Posts: 3337
Location: de

PostPosted: Wed Apr 22, 2015 6:18 am    Post subject: Reply with quote

Ein dickes Dankeschön.

Musste aber erst etwas fummeln, um rauszufinden, dass <c-r> Ctrl + r heißt.

Hab daraufhin das hier gefunden:
http://vimcasts.org/episodes/pasting-from-insert-mode/
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Wed Apr 22, 2015 6:54 am    Post subject: Reply with quote

Schön dass es jetzt klappt :)
Hier gibt es noch mehr infos:
http://vim.wikia.com/wiki/Search_for_visually_selected_text
Z.B.
Code:
vnoremap // y/<c-r>"<CR>

Damit im VISUAL mode text selektieren und einfach // tippen.
(Die Bedeutung von " und 0 ist ja in deinem Link schon erklärt)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum