Code Monkey home page Code Monkey logo

atom-emacs-core-keys's People

Contributors

andyleejordan avatar izuzak avatar mndrix avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

inncee81

atom-emacs-core-keys's Issues

multiple ctrl-k's only saves the last one to the clipboard

The regular behavior for emacs would be that multiple "kill" commands in a row would add to a kill buffer, so that the next "yank" command would paste all of the previous kill buffer back into place. Would it be possible to implement that here without trying to implement a full kill-ring?

ctrl-p still launching fuzzy-finder:toggle-file-finder

ctrl-p was launching the fuzzy-finder:toggle-file-finder dialog.

I fixed it by updating keymap.cson:
'.platform-win32': 'ctrl-p': 'core:move-up'
'.platform-darwin, .platform-win32, .platform-linux': 'ctrl-p': 'core:move-up'

core:copy in wrong spot

Should be:

'body':
    'alt-w': 'core:copy'

Not under atom-text-editor because then you can't copy out of the settings pane (or any non-editors).

For some reason this package also breaks using cmd-c in non-editors.

We should review all other keybindings that may be misplaced as well.

alt-f shows file menu

Pressing alt-f shows file menu rather than advancing to end of word. Nothing in my keymap.cson.

emacs-core-keys- 0.2.2
Atom : 1.10.0
Electron: 0.37.8
Chrome : 49.0.2623.75
Node : 5.10.0
Ubuntu 16.04

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.