Skip to content

Neo-Oli/tmux-text-macros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9980be9 · Feb 9, 2025

History

68 Commits
Apr 24, 2022
Apr 24, 2022
Nov 3, 2017
Mar 24, 2023
Apr 24, 2022
Apr 24, 2022
Apr 24, 2022
Apr 19, 2018
Apr 19, 2018
Oct 1, 2024
Oct 1, 2024
Apr 24, 2022
Feb 9, 2025
Mar 15, 2023
Apr 20, 2024
Apr 27, 2023
Apr 24, 2022
Dec 12, 2022
Jun 19, 2024

Repository files navigation

tmux-text-macros is a tmux plugin. It let's you define a bunch of strings, from which you can choose by pressing Prefix + e.

By default it contains all the emojis and a few emoticons

Demo

Requirements

Installation

  1. clone repository to ~/.tmux/plugins/
  2. add run-shell ~/.tmux/plugins/tmux-text-macros/tmux-text-macros.tmux to your ~/.tmux.conf
  3. run tmux source ~/.tmux.conf to enable the changes

Configuration

You can add your own custom macros to ~/.tmux/custom-macros. You can use the custom-macros file as a template.

If you want to disable all the default macros put set -g @ttm-load-default-macros off before loading the plugin in your .tmux.conf

Options

@ttm-load-default-macros (default: "on")

Disable all the default macros. Use this if you want to hide all emojis and just use your custom macros

@ttm-window-mode (default: "horizontal")

How to split the tmux window

  • horizontal
  • vertical
  • full -> new window

@ttm-keybind (default: "e")

Setting the keybind for tmux-text-macros to execute.

Usage

Press Prefix e (normally Ctrl+b e) and choose a string by choosing it with the arrow keys or by entering a search string and press enter.

About

Tmux plugins for defining text macros

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages