Skip to content

diegosolor/gedit3-vim-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gedit3-vim-mode

This plugin enhances gedit3 with basic Vim-style keyboard navigation. To install, just copy vim-mode.py and vim-mode.plugin to ~/.local/share/gedit/plugins/ on Unices or C:\Program Files\gedit\lib\gedit\plugins on Windows. This requires PyGObject. It has been tested in gedit 3.8, 3.14, 3.16, 3.18, and 3.20.

Features

  • normal mode cursor navigation, deletion
  • repeating motions
  • 'J' and 'K' move up and down by 15 lines
  • Ctrl-C exits insert mode (copies selection in other modes)
  • visual mode: copy and paste with 'y' and 'p'

Todo

  • macros

Copyright 2015 Nicholas Parkanyi. Distributed under the terms of the GNU General Public License, version 3 (see 'gpl.txt').

About

Vim-style navigation for gedit3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%