Skip to content

hannenz/duplicate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Duplicate Lines plugin for gedit

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. It is compatible with Gedit >=3.14.

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 Line 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

No packages published

Languages