sidorares / node-vim-debugger

node.js step by step debugging from vim
561 stars 32 forks source link

Launch vim automatically in new window #5

Closed sidorares closed 10 years ago

sidorares commented 10 years ago

Add configurable option what to do on start once vim-netbeans server is ready Should be configurable JS function with some documented examples:

1) Just console.log "Start 'vim -nb' to connect to debugger or type ":nbs" in existing vim session" 2) exec "tmux split-window 'vim -nb' " 3) exec "i3 split horizontal && i3 exec "konsole -e 'vim -nb'"