Vim icon indicating copy to clipboard operation
Vim copied to clipboard

Vim keybindings for Light Table

Results 25 Vim issues
Sort by recently updated
recently updated
newest added

There is an error with this repository's WhiteSource configuration file that needs to be fixed. As a precaution, scans will stop until it is resolved. Errors: * Failed to parse...

configuration error

To reproduce: 1) set the cursor to the start of a function 2) fold it(default binding is Ctrl+=) 3) press j to move to the next line 4) code unfolds...

not-reproducible

I'm trying to answer the following Stack Overflow question: [key bindings - Bind multiple actions to one key in lighttable - Stack Overflow](http://stackoverflow.com/questions/33985422/bind-multiple-actions-to-one-key-in-lighttable) It seems like I should be able...

when using di " it deletes text inside quotes, I normal vim di { or di [ also works

[This comment](https://github.com/LightTable/LightTable/issues/2190#issuecomment-215468549) reminded me of this issue. Steps to reproduce: 1. Open a file. 2. Create a visual selection, e.g. v e in a word. 3. Try to search –...

If a keybinding is added under :editor.keys.vim.normal.cm or :editor.keys.vim.visual.cm, these keybindings aren't unbound if they are commented which is not normal LT keybinding behavior. This happens because these tags don't...

blocked

Sometimes, I haven't determined exactly when, I get the Vim plugin into a state whereby I'm stuck in insert mode and can't exit back to normal mode. In the console...

This covers LightTable/LightTable#566. The original comment: > ;in vim-mode > /word > > ; highlights matches > > / > > ; actual: > matches are still highlighted, but cursor...

4.7.0 introduced [custom keypress/keydown handlers](https://github.com/codemirror/CodeMirror/commit/e1a80eec0799c0b00a752a049ff2fff81c32c5e2). This conflicts with LT's [mousetrap handlers](https://github.com/LightTable/LightTable/blob/d7b974e60fff8fbf2cf4ad06ddb7d3ed4c7caa91/src/lt/objs/keyboard.cljs#L141-L155) and causes Esc, backspace. Waiting to upgrade until codemirror/CodeMirror#2915 is addressed

I want do this keymap : ``` [:editor :lt.plugins.vim/map-keys {",;" "$A;"}] ``` The `$a` of keymap work fine : cursor go to the end of line and pass to edition...