keymapping when ssh-ing from mac to linux
        Posted  
        
            by 
                Yair
            
        on Super User
        
        See other posts from Super User
        
            or by Yair
        
        
        
        Published on 2012-04-10T23:03:16Z
        Indexed on 
            2012/04/10
            23:32 UTC
        
        
        Read the original article
        Hit count: 359
        
I'm using Lion to ssh -X to a linux machine and work on some code thats located on it. I open up an editor on the remote machine (usually matlab) and program on it.
My problem is that in the linux there is no concept of the command key. So if I want to copy some text from a local window to the editor that runs on the remote, I need to to command-c to copy, and then control-v to paste. This obviously drives me nuts.
I was wondering if there is a way to change the keymapping such that the command key will be recognized as a control key on the remote processes. Or is this something I need to change on my local (mac) X configuration?
© Super User or respective owner