harupy / colavim

A Chrome extension to enable Vim in Google Colab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colavim

A Chrome extension to enhance the editor functionality in Google Colab

demo

Installation

  1. Clone this repository
  2. Open chrome://extensions on Chrome
  3. Enable "Developer mode"
  4. Click "Load unpacked"
  5. Select the folder that was just cloned

Supported Features

  • Snippet
  • Snippet Hint
  • Vim

Usage

Key Action
Tab Expand a snippet
Ctrl-h Show snippet hint
jk or Esc Enter the insert mode

Supported Snippets

Prefix Body
inp import numpy as np
iplt import matplotlib.pyplot as plt
ipd import pandas as pd
isb import seaborn as sns
itf import tensorflow as tf
pdrc pd.read_csv()'
npp import numpy as np
import matplotlib.pyplot as plt
import pandas as pd

About

A Chrome extension to enable Vim in Google Colab


Languages

Language:JavaScript 98.3%Language:CSS 1.7%