Tags: hanschen/vim-ipython-cell
Tags
Many small features like highlighting of cells and sending cell headers. Major changes: - Added support for other REPLs. - File paths are now enclosed in "" to support paths with spaces. - Add option to prefer external clipboard program over internal yank. - Highlight cell headers by default. - Add option to show cell headers when running cells. - Add commands to insert cells and convert to Markdown cell. - Sent "i Ctrl-C" to clear prompt by default instead of Ctrl-U. - Add options to disable clearing of prompt. - Add option to update __file__ variable when running cells.
New commands and features, some bugfixes, updates to README New features: - Support for macOS - Clear current line before sending new line(s) - If the cell is empty, send '# empty cell' New commands: - IPythonCellPrevCommand - IPythonCellRestart - IPythonCellExecuteCellVerbose - IPythonCellExecuteCellVerboseJump Bugfixes: - Fix error when executing an empty cell