Middle click paste no longer works correctly zsh

After a recent update my middle click to paste no longer works right. Instead or just pasting "x" it will paste "00~x01~". I tried terminator and rxvt-unicode and they do the same. This is a recent issue that just started after an update. Is anyone else experiencing this?
Edit: This seems to only happen sometimes randomly. Also, when it does my home key and end key does not take me to the beginning and end of the line.
Edit2: Seems to be related to zsh. When I switch to bash this doesn't occur. Looking into it more. (Edited title). Here's my .zshrc (removed irrelevant stuff):
Edit3: Seems to be related to this new plugin I'm using "safe-paste.plugin.zsh". Looking into it further. Does anything look wrong with this:
# Code from Mikael Magnusson: http://www.zsh.org/mla/users/2011/msg00367.html
# Requires xterm, urxvt, iTerm2 or any other terminal that supports bracketed
# paste mode as documented: http://www.xfree86.org/current/ctlseqs.html
# create a new keymap to use while pasting
bindkey -N paste
# make everything in this keymap call our custom widget
bindkey -R -M paste "^@"-"\M-^?" paste-insert
# these are the codes sent around the pasted text in bracketed
# paste mode.
# do the first one with both -M viins and -M vicmd in vi mode
bindkey '^[[200~' _start_paste
bindkey -M paste '^[[201~' _end_paste
# insert newlines rather than carriage returns when pasting newlines
bindkey -M paste -s '^M' '^J'
zle -N _start_paste
zle -N _end_paste
zle -N zle-line-init _zle_line_init
zle -N zle-line-finish _zle_line_finish
zle -N paste-insert _paste_insert
# switch the active keymap to paste mode
function _start_paste() {
bindkey -A paste main
# go back to our normal keymap, and insert all the pasted text in the
# command line. this has the nice effect of making the whole paste be
# a single undo/redo event.
function _end_paste() {
#use bindkey -v here with vi mode probably. maybe you want to track
#if you were in ins or cmd mode and restore the right one.
bindkey -e
LBUFFER+=$_paste_content
unset _paste_content
function _paste_insert() {
_paste_content+=$KEYS
function _zle_line_init() {
# Tell terminal to send escape codes around pastes.
[[ $TERM == rxvt-unicode || $TERM == xterm || $TERM = xterm-256color ]] && printf '\e[?2004h'
function _zle_line_finish() {
# Tell it to stop when we leave zle, so pasting in other programs
# doesn't get the ^[[200~ codes around the pasted text.
[[ $TERM == rxvt-unicode || $TERM == xterm || $TERM = xterm-256color ]] && printf '\e[?2004l'
Last edited by dodo3773 (2013-05-17 03:35:32)

youngunix wrote:"Middle Click" does it mean pasting text using the wheel in the middle of the mouse? <<Sorry, never heard of that before, that's why I'm asking>>.
I don't use zsh, yet when I've used it (or any other shell) to paste text I just use [Ctrl]+[Shift]+[V] and to copy text from shell use  [Ctrl]+[Shift]+[C].
I hope that helps!
Yeah. Pasting by clicking the middle button. It works if I do not use this plugin so I will just leave it disabled I guess until I figure this out.

Similar Messages

  • ITunes 10.1 - Shuffle function no longer works correctly

    The shuffle function on playlists no longer works correctly since the most recent iTunes update.
    It will periodically stop playing without playing the entire playlist. It is a real hassle and kills the mood as you have to go back to the Mac and click play again. Please fix this issue as it is a very basic function.

    Thanks for letting us know, however, this is a user to user forum and not an "Apple Run" forum.
    You need to report to Apple via:
    http://www.apple.com/feedback/

  • Filter list no longer works correctly in 4.6

    I have been using the classic filter function for array collections since 4.0.  With the recent 4.6 update my filter no longer works correctly.
    Example of classic realtime filter:
    http://experiments.mrinalwadhwa.com/FilterFunctions/srcview/index.html
    While the filter works and updates the list just like it used to, the underlying arraycollection doesn't get updated.
    For example:
    Pretend I have the following AC
    testData = new ArrayCollection([
                            {name:"Item 1", price:18},
                            {name:"Item 2", price:50},
                            {name:"Item 3", price:77},
                            {name:"Item 4", price:52},
                            {name:"Item 5", price:43},
                            {name:"Item 6", price:97},
                            {name:"Item 7", price:56},
                            {name:"Item 8", price:81},
                            {name:"Item 9", price:63},
                            {name:"Item 10", price:29},
                            {name:"Item 11", price:84},
                            {name:"Item 12", price:31},
                            {name:"Item 13", price:78},
                            {name:"Item 14", price:48},
                            {name:"Item 15", price:23},
    1. I start typing 9 in a textbox to filter the list
    2. list filters down to what I want
    3. I click on the item in the list which fires off the IndexChangeEvent
    4. changeHandler is called
    protected function changeHandler(event:IndexChangeEvent):void
           filterTxt.text = "";
           this.saveScrollPosition();
           var selfact:Object = event.currentTarget.selectedIndex;
         // This should yield 8, however because testdata current view only has one item in the list the event.newIndex is acutally 0 where it should be 8
         // So I would need a way to get to the "current view"
    So its like there are two lists.
    1. filteredlist (auto generated) 
    2. list with mydata before filter.
    The IndexChangeEvent is giving me the selectedindex of the filtered list (item 0) but resolving item 0 with the unfiltered list and the data does not match up.
    Now I can no longer get the correct name of the list after applying the fiilter.
    Is this a bug that was introduced in Flex 4.6?

    galleherjazz, a little research would tell you a lot.  Palm sold the rights to Palm Desktop years ago to a company called "Access" from Japan.  It was their responsibility to come up with a version of Palm Desktop that works with Vista.  They produced one version, then updated it to 6.2.2 to fix some bugs.  After that, they abandoned the project!  Palm Inc. moved on to a wholly new operating system (webOS).
    "Palm programmers" had nothing to do with the decisions made.   Access' version came with no color categorization.  Pleas for improvements and bug fixes have fallen on deaf ears.
    Palm Inc. appears to have no interest in supporting Windows 7 with their legacy (read: discontinued) devices.   Any hope for 64-bit USB compatibility appears to be gone. 
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • X11 middle click paste in pane should goto location but doesn't since upgrade to 3.6

    In unix / linux up 'til now the x11 middle mouse button click maps to "paste". If ff received a middle click paste in the main pane it would act as "goto location". Hence if you blocked google in a window and middle clicked in firefox firfox went to google.
    Since changing to 3.6 this has stopped working.
    Forget "open location" or "cntrl+L" as these do not implement this functionality (obvious really since they highlight the text in the location buffer the X11 text buffer is overwritten with the current location and not where you need to go).
    This was a <really> useful feature in firefox - does anyone know how to make it come back?

    I am now pretty sure this problem was caused by the "switchproxy" addon - I can't find the source of this addon now and I think it has been replaced by multiproxy switch which works in pretty much the same way without the side effect.
    Enabling switchproxy disabled the middle paste button, disabling it or removing it reversed the problem.

  • When I did 7.1 update on iPhone five my reminders no longer works correctly it automatically erases the time and date that I requested

    Can somebody tell me why my reminders no longer work correctly on 7.1 update on iPhone five every time I post a reminder it would delete the time and date of the reminder and my reminders do not go off.

    Remove Office 2008 for Mac using Microsoft deinstall procedure. Reinstall Office 2008 for Mac.  If there are updates, apply them. Using Disk Utility, verify/repair permissions on your boot drive.
    Does Office for Mac 2008 now work correctly? If not, you may want to repeat the above first sentence, and then update to Office for Mac 2011, and apply the latest (14.4.8) update which has Yosemite fixes.

  • In Yosemite Mail, the control click option no longer works when clicking on attachments, that previously allowed you to save, quicklook, and select app to open with. Any solutions?

    In Yosemite Mail, the control click option no longer works when clicking on attachments, that previously allowed you to save, quicklook, and select app to open with etc. Any solutions?

    Hi
    It shows just 4 always as an option in the "open with" lsit. Also I haven't downloaded any apps for a while so why would it start now?
    Do you know how I can estabilsh how many apps are counting toward this 10 and what they are?

  • My older model ipod (click wheel) no longer works with my BOSE player.  Help!

    My older model ipod (click wheel) no longer works with my BOSE player.  Help!

    that bump knocked the docking port and messed with the click wheel, that is not covered with the warranty
    if you call apple it will be an out of warranty repair in this case

  • Facebook app no longer works correctly on my iPad. If a you tube video is on fb the safari loads it automatically, Facebook app no longer works correctly on my iPad. If a you tube video is on fb the safari loads it automatically

    Facebook no longer works correctly on my iPad. If a post has a video attached, safari automatically brings up the video. I have deleted the app facebook and re-added. Still having the issue.

    It appears to be a bug with (I assume) Facebook's servers - other people are having the same problem, me included, with the app switching into YouTube in Safari and showing the last video that was posted on the wall. Until Facebook (if it is their bug) fix it, then there is not much that you can do, apart from possibly accessing Facebook via Safari on your iPad and/or on your computer instead. The problem has also been reported on Facebook's help site as well - it may be related to their new 'timeline' feature or the new iPad that they are rumoured to be announcing soon

  • Copy and paste buffers not working correctly in iOS 8.1m

    Both iPads2's in my family arsenal are exhibiting what I believe to be a bug in the iOS8.1 (perhaps corrected by 8.1.1?), in the cut/copy & paste buffer stack.
    When invoking the operation to copy and paste data from one application to another, the paste action consistently selects the previous (e.g., stack level 2 rather than 1 or Top) data as what is to be pasted.
    In other words, if you have used the copy and paste routine twice, the second pasting will supply one with the paste data from the first operation, rather than the desired data from the second copy and paste operation.
    Copy and paste appears to work correctly from within a single application, but consistently fails when copying data from one application to another.
    Does anyone know of a work-around for this bug? Is it a bug that others have identified? Is there a new selection filter menu option for copy and paste operations, and what method is used to invoke the menu?
    I hope this is addressed soon, as I use Cut/Copy & Paste operations extensively (I've already had Carpal Tunnel Release surgery once and don't relish a repeat performance, no matter how successful the first was in correcting the damage).
    Any clues as to what's going on here?
    thanks in advance,
    labernache

    All you can do is simply see if iOS 8.1.1 helps you with this. With some people it has, and others it has not. I would also recommend doing a clean install of your system, too.
    Follow this procedure for a Troubleshooting Methodology ... basically reset to factory default condition -BUT- be sure to do the following methodically and also to follow the part with Apple Support!
    First you want to make sure you have several backups of your data and done with a couple of "different" sources. Be sure to understand what data is backed up and what is NOT on iCloud Backup and iTunes Backup. Use a variety of methods for backup ... you might check into Dropbox, in addition to your Apple options.
    Then turn off your desktop anti-virus software when using iTunes for this reset to factory default. After you do that reset, then leave your iPad in its factory default state and see how it operates then. If you encounter any problems in that factory default state, then take it to Apple Support, and let them know that you have just reset it to that state with iTunes and have not put any of your data back on and it is operating in this fashion (whatever the problem is) in that pristine state. Make sure you keep that trouble ticket number, because if it has to be escalated through Apple Support, you're going to find all communications tied in with that number. If the lower level help isn't able to help you, then escalate it to a higher level to examine the problem. Keep at it with that trouble ticket number until Apple Support arrives at a solution to that problem. Be methodical and keep at it.
    On the other hand, if everything is okay with the factory default condition, then restore your backup. Some people have discovered that the problem resides in the apps or something in the restored backup. If that's the case, then it's going to be trying and difficult to find out which developer's app is causing you the problem. And ... it's true ... that a developer not following Apple's instructions and guidelines for his app can CAUSE YOU TROUBLE. This kind of thing does happen from developers, especially when a new system upgrade comes out, because some developers ignore what Apple tells them about changes coming, and what they do BREAKS SOMETHING.
    This is a troubleshooting methodology that you are going through. See it through to the end.
    Choosing an iOS Backup Method (Should I Use iTunes or iCloud to back up ...)
    https://support.apple.com/kb/HT5262
    Back up and Restore your iOS Device with iCloud or iTunes
    http://support.apple.com/kb/ht1766
    iTunes: About iOS Backups
    http://support.apple.com/kb/ht4946
    Create and Delete iPhone, iPad and iPod Touch Backups in iTunes
    http://support.apple.com/kb/ht4946
    iOS: Troubleshooting Encrypted Backups
    http://support.apple.com/kb/TS5162
    Use iTunes to Restore your iOS Device to Factory Settings
    http://support.apple.com/kb/ht1414

  • MM Director w/QuickTime 7 no longer works correctly

    I updated my PC to QT 7.0.3 and now I have a number of MM Director apps which no longer work correctly. These apps have worked for over 5 years with QT3 - QT6, but not now.
    The straingt QT movies play okay, but the MM Dir apps no longer seem to be able to control the QTVR movies, e.g. spin, zoom, etc.
    Anyone else seen this?
    Thanks.

    Apparently, this is a known issue (with QuickTime VR hotspots etc) at Adobe / Macromedia. It was noted in November 2005.
    http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=ab3642d3&pss=rssdirectorab3642d3
    http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=187&thre adid=1083847
    Does ANYONE know if Apple is aware of this issue?
    This is a disaster for one of our main products !

  • After installing the Maverick upgrade my Apple Mail search and flags no longer work correctly?

    after installing the Maverick upgrade my Apple Mail search and flags no longer work correctly? I've already rebuilt the mailboxes with no change in the problem. What else can I do???

    Hi as2020,
    If you are having issues with Mail in Mavericks, you may want to make sure you have updated to the most recent release. You may find the following article helpful:
    OS X: About Mail Update for Mavericks
    http://support.apple.com/kb/HT6030
    Regards,
    - Brenden

  • Problems with Mountain Lion – Dock has gone and also clicking trackpad no longer works.

    Hi,
    I’m not sure how best to explain the problem I am having but here goes anyway…I have a Macbook pro (mid 2009 model) and recently upgraded from Snow Leopard to Mountain Lion.  Everything seemed to be working ok and I was enjoying trying to work out all the new features. However yesterday when I switched the Macbook on, once it had started some strange things were happening. Firstly my dock at the bottom had disappeared. Normally this is at the bottom of the screen however this no longer the case. I used the keyboard shortcut to show the dock however when I do this, the dock appears but none of the icons increase in size when I hover over them (as used to happen).
    The other thing that is happening is that I cannot click on anything to open or select an option. For example, I can’t click on anything on the dock (when I can get the dock to show) to open an application, I cannot select from drop down lists etc (ie select file then software updates). Even when I switch off my Macbook I can only hit return for the shutdown mode, and cannot select one of the other options, for example restart.  I tried to re-install Mountain Lion by holding down command and R (I think  - I read this on another forum and followed the instructions) however when the Macbook restarted and the various options came up, one of which is to re-install the software, I couldn’t select anything to do this due to this track pad problem I have explained (probably badly!) above.
    I should point out that everything was fine for a few days after upgrading to Mountain Lion and then the above problems started.
    Can anyone help?  I’m pretty stressed with the whole thing as I can’t use my Macbook now and am worried it’s permanently broken!!
    Or am I better just taking it along to the genius bar at my local Apple store?
    Thanks in advance.

    Not the same symptoms, but I noticed that after a few days of running great, odd things started happening on my iMac. The first thing was that when I would boot the Mac up for the first time in the morning, it would boot into single user mode. I have the Apple Bluetooth keyboard, so I know there's no way keys are being held down.
    The other symptom was that Microsoft Outlook 2011 would hang on launch. It would get stuck on the "Setting Up Identities..." phase. Rebuilding the Outlook database would help until the next time I shut the iMac down.
    Also a couple of times it got to the Desktop after a boot, but not everything was working correctly and some startup items didn't load.
    The iMac also kept booting into single user mode on the first boot.
    I tried reinstalling Mountain Lion, and I thought that fixed both problems, until the next morning. Now I just don't shut the Mac down. I can close Outlook, and it launches in a couple of seconds.
    So it would appear that something is becoming corrupt when OS X is shut down. If I don't shut it down, it's fine.

  • Middle-mouse paste function stopped working after last update

    I think FireFox was updated last night. Ever since then my middle mouse paste function doesn't work any more.
    I haven't installed any addons or changed settings either.
    I'm talking about: about:config > middlemouse.paste = true
    I've tried toggling it etc. but nothing I can do changes it. Any ideas?

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • Audio preview no longer works correctly since AE-CC update

    Hi everyone.
    Since updating AE CC a couple of days ago (now on 12.1.0.168) on OSX 10.8.5, 2.7GHz i7 16GB RAM, the audio and RAM preview no longer functions correctly.
    The steps I follow are:
    Open AE
    Open project
    Press . to preview audio from where I am on the timeline, OR RAM preview workspace
    What happens is my cursor turns into the wheel of doom for a about 20 seconds, then the playback begins but the audio is sped up which is wrong. Video is correct speed.
    If I stop the audio or RAM preview, then preview again, everything is fine and plays instantly. If a RAM preview loops, then the audio reverts to normal speed.
    I can open up any and all of my different project files and audio previews perfectly and instantly as it should. It's just the first time I press the . key on a freshly opened instance of AE that I get this problem.
    I've tried restarting my mac to no avail, and also changing the pref settings away from what the settings have always been and that doesn't work either. I've even trashed my prefs and that also doesn't work.
    I work exclusively at 25fps. Frame rate for RAM preview is set to auto (25) and changing this from auto to 25 doesn't work.
    Memory settings are default since trashing my prefs, 16GB installed, 4GB for other apps, no checked boxes are ticked.
    Any ideas on what has happened please?

    Thanks for letting us know, however, this is a user to user forum and not an "Apple Run" forum.
    You need to report to Apple via:
    http://www.apple.com/feedback/

  • I recently downloaded 6.1.2 and am regretting it...for one reason...the search function no longer works correctly. !!

    I personally and professionally rely on text messaging extensively. Since upgrade, the search function doesn't work correctly. It only returns partial results. This has never happened with previous upgrades.  All the old texts are there but it does not search the entire history.  If i compose new text and duplicate the recipients from an old text, it will bring up string...just cant search for it.  PLEASE HELP SOMEONE.

    HarryAustralia wrote:
    I recently updated my ipad wifi only to the new ios 6.1.2 and initially I had the auto cover lock option which can be seen in the Generals tab, but then it stoped working!! Before the update, the auto cover lock worked fine. So after trying all the options, I then did a complete reset on the ipad and now its gone all together from the General tab!! I can no longer see the "auto cover lock" option.
    The iPad cover lock is for when you use a cover with magnets in it to lock and unlock the iPad when you close the cover or open it. Try running a refrigerator magnet along the sides of the iPad and see if that trips the iPad Cover Lock back into the settings.
    That is not the same thing as the iPad Auto Lock setting which allows you to set an allotted time before the iPad goes to sleep.
    You can try resetting all settings to see if the Auto Lock feature retinrs to the iPad.
    Settings>General>Reset>Reset All Settings. You will have to enter all of your device settings again.... All of the settings in the settings app will have to be re-entered. This can be a little time consuming re-entering all of the device settings again.

Maybe you are looking for