brackets-vimderbar icon indicating copy to clipboard operation
brackets-vimderbar copied to clipboard

Adding vim functionality to Adobe's Brackets

Results 6 brackets-vimderbar issues
Sort by recently updated
recently updated
newest added

I want to do `inoremap jk ` I followed the docs about user custom key remappings and inserted the following in brackets.json: ``` "vimderbar.mappings": [ {"keys": "jk", "toKeys": "Esc", "mode":...

In Vim, when you search, it show highlight. But after you open another file search another text and go back before file. the highlight always here, can not be remove.

In vim, `r` is used to replace a single char with another, `.` is used to repeat last command. However, this two does not work together here. For example, I...

I try ":set clipboard=unnamed", but it doesn't work. Which the .vimrc file is using?

What is the correct way to map Ctrl + [ to exit insert mode? I tried "vimderbar.mappings": [{"keys": "", "toKeys": "\", "mode": "insert"}] but it did not work

Hello, What is the correct way to get toggleVisualMode, blockwise:true to work? I can't seem to get the syntax in the Brackets.json file to make it happen. I'd be fine...