Sublime Forum

Unable to copy text in Emacs Pro Esssentials

#1

I recently migrated from ST2 to ST3. I’m using Emas Pro Essentials. I just want to be able to copy text. I have one line in my Settings - User file for that plugin

[
    {"keys": ["ctrl+c"], "command": "sbp_kill_region", "args": {"is_copy": true}}
]

If I open the console, type sublime.log_commands(True), highlight text and hit Ctrl+C, the console shows “command: sbp_kill_ring_save” … as you can see that command does not exist in my settings file. Where am I going wrong? I just want to copy text without cutting it. Incidently if I type “Alt+W” it attempts to close the file instead of copy text.

0 Likes

#2

Compare:

0 Likes

#3

I’m familiar with both files. My one setting was pulled from the master keymap file. I just changed the key from “alt+w” to “ctrl+c” … The console still shows sbp_kill_ring, when it should be showing sbp_kill_region

0 Likes