Skip to content

Gedit plugin to duplicate lines

Notifications You must be signed in to change notification settings

ts-mk/gedit-duplicateline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Duplicate Lines Plugin

This plugin for the gedit text editor allows to duplicate lines, just like in Geany, where you can press CTRL+d to duplicate either the current line or the current selection.

This plugin is for Gedit 3.x

Installation

Drop the files contained in this package into your ${HOME}/.local/share/gedit/plugins/ folder. If the plugins folder does not exist yet, just create it. Start gedit and open Preferences and in the Plugins section activate the Duplicate Lines plugin.

How it works

The plugin adds the keyboard shortcut CTRL+SHIFT+d to gedit. When pressing this key combination the plugin will duplicate the current line. If there is a selection and the selection spans several lines, then all selected lines are duplicated. If the selection is within a single line, then the selected text will be duplicated.

About

Gedit plugin to duplicate lines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%