I do a lot of text editing for work and there are some phrases that I have to type frequently. What’s the best way to quickly paste those phrases into a document using a shortcut or keyword? I mainly use Kwrite and Kate as i prefer plain text editors and need no formatting.

20 points

I mainly use Kwrite and Kate

Kate Snippets

permalink
report
reply
11 points

Check out Espanso, if you’re ok with something that is system-wide and not a text-editor:

https://espanso.org/

permalink
report
reply
5 points

+1 for Espanso. Great tool, use it every day.

permalink
report
parent
reply
3 points

Seconded. I love that it works under Wayland too, unlike Autokey.

permalink
report
parent
reply
1 point

Yeah, the install is a bit more involved under Walyand bit it does work like a charm.

permalink
report
parent
reply
1 point

+1

permalink
report
parent
reply
10 points

Vim macros are quite easy to use, if you already know how to vi.

permalink
report
reply
0 points

Besides macros, I think vim had some other relevant feature for this. Just can’t remember it right now.

permalink
report
parent
reply
3 points

I use (neo)vim with UltiSnips for coding, text editing and writing e-mails, and it works great! It’s super customizable.

permalink
report
parent
reply
2 points

UltiSnips is fantastic

permalink
report
parent
reply
1 point

Might be a plugin. I think I’m using friendly-snippets (whatever is in LazyVim). There is also LuaSnip. They feed into my auto completion plugin as one of several sources.

permalink
report
parent
reply
8 points
*

If I understand you correctly, this is trivial in emacs:

(defun insert-text ()
  (interactive)
  (insert "your text here"))

(global-set-key your-keybind-here #'insert-text)

You could make it a format string if it relies on data specific to some file or parameter. You could also make the keybind local to certain modes/files rather than a global keybind if you don’t want to pollute your keybind space.

permalink
report
reply
11 points

Emacs has several templating/snippet packages available, such as YASnippet.

permalink
report
parent
reply
4 points

There’s a built in snippet system too, called skeletons, but most people seem to prefer the yasnippet interface.

permalink
report
parent
reply
4 points

Depending on the complexity, there’s also abbrev-mode: https://www.gnu.org/software/emacs/manual/html_node/emacs/Abbrevs.html

permalink
report
parent
reply
7 points

I use Autokey because I prefer a global snippets engine. Then it works in text editors, browsers, email clients, etc.

permalink
report
reply

Linux

!linux@lemmy.ml

Create post

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

  • Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
  • No misinformation
  • No NSFW content
  • No hate speech, bigotry, etc

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

Community stats

  • 7.5K

    Monthly active users

  • 6.6K

    Posts

  • 179K

    Comments