Isaac <ip <at> cbmny.us> writes: > > > > > (global-set-key (kbd "C-v") 'yank) ;; remap ctrl-v to paste > > > > I got a work around in autohotkey, to remap my middle mouse click from sending > C-V to send C-y if the the current window is emacs, so far it seems works fine. >
Hello, I am still trying to remap c-z (to make it undo, but use C-\ for toggling), any suggestions to do it efficiently? my try doesn't work :( ;(vimpulse-imap (kbd "C-\\") 'viper-exit-insert-state) ;(vimpulse-map (kbd "C-\\") 'viper-toggle-key-acton) thanks _______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
