GitXplorerGitXplorer
N

tmux-text-macros

public
40 stars
6 forks
1 issues

Commits

List of commits on branch master.
Verified
353a57f0c906c0da05540a760026bc87c84e8d7b

update emojis

NNeo-Oli committed 4 months ago
Verified
2e8d00deddc60b23fcdc4c07cf4a48974ddfd14f

Merge branch 'master' of github.com:Neo-Oli/tmux-text-macros

NNeo-Oli committed 7 months ago
Verified
2d7a76b85247c935f3abb9873257155dd1abffe7

update emojis and add space to nerd fonts icons

NNeo-Oli committed 7 months ago
Verified
e6f891eb0c53eb720b5adc9d45c5aed7061fe791

update nerd fonts icons

NNeo-Oli committed 9 months ago
Verified
236f16054f370e4d97692d3c1dba6f8b6c29443d

update emoji

NNeo-Oli committed 9 months ago
Verified
a9bffd904bacaf5b6aa005695fe12f66de976a55

update linter

NNeo-Oli committed 9 months ago

README

The README file for this repository.

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.