CermakM / spyder-vim

A plugin for Spyder to enable Vim keybinds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spyder-vim

Spyder Plugin for executing Vim commands inside the code editor. We currently support the following keybindings and commands: spyder-ide#1

Project Info

Project License pypi version

Build status

CircleCI Coverage Status

Installation

To install this plugin, you can use either pip or conda package managers, as it follows:

Using pip:

pip install spyder-vim

Using conda:

conda install spyder-vim -c spyder-ide

Dependencies

This project depends on Spyder.

Changelog

Visit our CHANGELOG file to know more about our new features and improvements.

Development and contribution

Do you want to request a new keybind for the plugin? Please submit it to our Commands issue page. Feel free to open a PR to implement it.

To start contributing to this project, you can execute pip install -U . to test your changes on Spyder. We follow PEP8 and PEP257 style guidelines.

Overview

alt tag

About

A plugin for Spyder to enable Vim keybinds

License:MIT License


Languages

Language:Python 100.0%