Giter VIP home page Giter VIP logo

emacs-visual-studio-code's Introduction

Emacs VS Code

Emacs keybindings for VS Code.

Usage

  1. Open user keybindings file.
File -> Preferences -> Keyboard shortcuts
  1. Copy text and paste.
  2. Good luck!!

Additional notes

Setting the mark(extension.setMark) is available by installing the VS Code Mark/Point extension (@ericmccarthy7).

ext install VS Code Mark/Point

Build

  • requirement
    • Node >= v4.x
npm run build
npm run build:windows
npm run build:linux
npm run build:osx

Issues

  • There may be key bindings that are not enough.
  • It does not fix the key bindings that had been batting (ex. ctrl+g).
  • I want to move to the next match string using ctrl+s or ctrl+r during the search.
  • If you define key bindings with the prefix that is not in the current environment, it is defined without prefix(ex. define meta+x in Windows or OSX then define as x).

emacs-visual-studio-code's People

Contributors

nana4gonta avatar suzumikhail avatar syati avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

emacs-visual-studio-code's Issues

openFile to openFileFolder

Thanks.

I tried to this emacs binding. But openFile is not working with new version of visual code.

I've changed it to openFileFolder, then it works.

Thanks.

ctrl+n, ctrl+p are not working for Suggest Widget.

I found the lines where manage these key bindings. But they seem to be ignored.

https://github.com/nana4gonta/emacs-visual-studio-code/blob/master/release/keybindings-windows.json#L46-L50

https://github.com/nana4gonta/emacs-visual-studio-code/blob/master/release/keybindings-windows.json#L57-L60

I suspect that the keybindings.json is evaluated from the bottom so that the some rules are ignored. Currently, the behavior seems that ctrl+p, ctrl+n for "cursorUp", "cursorDown" always capture keys because these rules appear in later lines.

https://github.com/nana4gonta/emacs-visual-studio-code/blob/master/release/keybindings-windows.json#L91-L100

The problem was fixed when I moved the L46-L50 and L57-L60 to the line after L100.

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.