Search code examples
matlabcopykeyboard-shortcutspaste

How to remap the copy-paste keyboard shortcuts in MATLAB on Ubuntu?


The default keys are alt-w for copying and ctrl-y for pasting. Is there any way to remap this to ctrl-c for copying and ctrl-v for pasting?


Solution

  • Yes. Go to Preferences -> Keyboard. There you will find "Command Window keybindings" and "Editor/Debugger" keybindings. These are most likely set to "Emacs" style for you -- you should change them to "Windows" style to copy and paste with Ctrl-C and Ctrl-V, respectively.

    Source: http://blogs.mathworks.com/community/2007/05/11/setting-up-keybindings-for-the-command-window-and-editor/