After yanking a piece of text into the buffer, you can search for it by pressing <ctrl>-<r> ” (that is: control-r double quotes) in search mode (”/”).
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Jan | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | |||
After yanking a piece of text into the buffer, you can search for it by pressing <ctrl>-<r> ” (that is: control-r double quotes) in search mode (”/”).
That one is easy: just enable the “vim-with-x” USE flag and recompile vim:
# echo "app-editors/vim vim-with-x" >> /etc/portage/packages.use # emerge -av vim [ebuild R ] app-editors/vim-7.2 USE="acl gpm nls perl python vim-with-x -bash-completion -cscope -minimal -ruby -vim-pager”