Guest User

Untitled

a guest
Oct 21st, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. mkdir -p ~/.themes/macos/gtk-3.0/
  2. cp /usr/share/themes/Emacs/gtk-3.0/gtk-keys.css ~/.themes/macos/gtk-3.0/
  3. $EDITOR ~/.themes/macos/gtk-3.0/gtk-keys.css
  4.  
  5. bind "<ctrl>w" { "cut-clipboard" () };
  6. bind "<ctrl>y" { "paste-clipboard" () };
  7.  
  8. bind "<super>x" { "cut-clipboard" () };
  9. bind "<super>v" { "paste-clipboard" () };
  10. bind "<super>c" { "copy-clipboard" () };
  11.  
  12. gsettings set org.gnome.desktop.interface gtk-key-theme 'macos'
  13.  
  14. dconf write /org/gnome/terminal/legacy/keybindings/copy '"<Super>c"'
  15. dconf write /org/gnome/terminal/legacy/keybindings/paste '"<Super>v"'
Add Comment
Please, Sign In to add comment