From 17e7736974187bc5c425e02aa00648ba58b858a5 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sun, 1 Mar 2015 08:18:24 -0500 Subject: [PATCH] Changed Vim commands cell type to code for better formatting on nbviewer. --- commands/linux.ipynb | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/commands/linux.ipynb b/commands/linux.ipynb index 61d8cb4..f51f8f8 100644 --- a/commands/linux.ipynb +++ b/commands/linux.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:67c67b0d98088d4c0573bea23d46b8ed9372b679f9664a24756eece3d42f6ca2" + "signature": "sha256:d6da9306516e7e363c08bf13bd61bd3a154b0d4cd9219b0c63bea4b86bc419b0" }, "nbformat": 3, "nbformat_minor": 0, @@ -289,9 +289,9 @@ ] }, { - "cell_type": "raw", - "metadata": {}, - "source": [ + "cell_type": "code", + "collapsed": false, + "input": [ "Normal mode: esc\n", "\n", "Basic movement: h, j, k, l\n", @@ -330,7 +330,10 @@ "vim .vimrc\n", "syntax on\n", ":wq" - ] + ], + "language": "python", + "metadata": {}, + "outputs": [] }, { "cell_type": "code",