KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
duplicate
★ 17
Open GitHub ↗
Gedit plugin to duplicate lines
Download README (.md)
Explore Similar Repositories
facebook-liferay-integration
:
Facebook integration in Liferay
cl-murmurhash
:
The 32-bit version of Murmurhash3 for Common Lisp.
hurricanes
:
hurricane mapping experiments
puppet-perlbrew
:
No description available.
INKeychainAccess
:
[DEPRECATED] Objective-C Keychain Services Wrapper for OS X and iOS
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
duplicate
?
Download (.md)
# Duplicate Lines plugin for gedit This plugin for the gedit text editor allows to duplicate lines, just like in [Geany](http://www.geany.org), 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.