vim-cellmode
                                
                                
                                
                                    vim-cellmode copied to clipboard
                            
                            
                            
                        Vim MATLAB-like cell execution for tmux/ipython
Hi! I think the readme could do well with some extra information. E.g. it is not clear what is meant by this `let g:cellmode_tmux_panenumber=\'0\'`. Does this specify the pane number...
now there is no need to add a marker "##" at the beginning or end of the file to make a cell, the 1st cell can be defined as from...
It would be nice to have an alternative to `CTRL + C` that goes to the next line of the selection.
python 3 ubuntu python 3.6.5 ipython 6.4.0 vim 7.4 Getting this error on C-g: ``` Error detected while processing : Traceback (most recent call last): File "", line 1, in...
Hi, first of all, great plugin! just what i was looking for! i'm getting a wierd error when I try to run a line, instead of running, vim adds this...
Instead of having ``` let g:tmux_sessionname='ipython' let g:tmux_windowname='ipython' let g:tmux_panenumber='0' ``` We should have a single variable ``` let g:tmux_target='ipython:ipython.0' ```