As a long time putty user, i love how upon selecting a text it gets copied into the buffer and upon right clicking it gets pasted back in.
Is there a way to configure Terminal to behave the same way?
|
As a long time putty user, i love how upon selecting a text it gets copied into the buffer and upon right clicking it gets pasted back in. Is there a way to configure Terminal to behave the same way? |
|||
|
|
|
Terminal is limited in its configurability but iTerm2 is a Terminal replacement that does what you ask and more. Including bookmarks for ssh sessions not unlike puTTY. |
|||||||||||
|
|
If you have a three-button mouse (e.g., the Apple Mighty Mouse with scroll ball, the ball can also act as a third button), Terminal will paste the current selection if you middle-click (just like X11 and xterm). However, it doesn't actually Copy the selected text at the time you select it. Middle-click just performs the Edit > Paste Selection command. Which, by the way, you can invoke with Shift-Command-V. Also—and I use this most of the time, to avoid changing the contents of the clipboard—you can simply drag the selected text then drop it to paste it. You can of course drag to other terminal windows (or other applications), but you can also just drag a few pixels and then release to Paste into the current terminal. |
||||
|
|