browserlink.vim icon indicating copy to clipboard operation
browserlink.vim copied to clipboard

Live browser editing for Vim

Results 19 browserlink.vim issues
Sort by recently updated
recently updated
newest added

Hello, Plugin looks great, but so far, haven't been able to get it up and running.. I'm using NeoVim, and as pointed out in another issue, I had to start...

`i - shortcut to :BLEval` mapping is quite annoying for me. I'm to used typing 'i' to insert chars

Hey, this is my own ~/.vimrc take a look at it and tell me if you like it :) https://github.com/aemonge/dotFiles/blob/master/.vimrc

The first save of the document starts `node browserlink.js&` _in the background_, but when it tries to send some output to _stdout_ and does not have a controlling terminal attached...

every time i wont browserlink to work : i have to go to ~/.vim/bundle/browserlinkjs/browserlink and do :node browserlink.js how can i automate that . here is the script i use...

Hi, Great work for this project ! Except that was not working for me because I'm using vim compiled with python3 support not python so the autoload/browserlink.vim script was giving...

Node server now sends every output to a tmp file, so it does not automatically shutdown.

See: http://www.reddit.com/r/vim/comments/2d2jiw/seamlessly_working_between_chrome_inspector_and/cjlp0e0

enhancement