atomic-emacs
atomic-emacs copied to clipboard
An atomic implementation of emacs keybindings for the Atom text editor.
Right now, to copy multiple lines, I do the following: "cmd-space" to set the mark "ctrl-n" 10 times to highlight 10 lines. "cmd-c" to copy "esc" to close the mark...
In macs, C-u binds to the univeral-argument command, which allows you to run commands multiple times. For example, if you wanted to move your cursor forward 10 spaces, you could...
This will open the more flexible find-replace (and this used to be the behavior before, this preserves it for a newer atom).
Resubmitting this pull request after I configured my email address for git on my new laptop :). Hi Evan (er.. George, I guess?) -- I made atomic-emacs bindings able to...
macOS 10.15, Atom 1.40.1, it covered by system's Alt-w I guess.
I realize this is not urgent and the package works as is, but I think the recommended way to create atom packages now is to use JavaScript/ES6 instead of CoffeeScript....