Jump to any point in the buffer fast.
Go to file
2020-02-01 23:52:26 +01:00
assets add demo 2020-02-01 23:20:31 +01:00
scripts rename to tmux-jump 2020-02-01 23:49:15 +01:00
spec rename to tmux-jump 2020-02-01 23:49:15 +01:00
.travis.yml no travis emails 2019-08-28 10:14:45 +02:00
Gemfile add a testsuite 2019-08-28 09:32:28 +02:00
Gemfile.lock add a testsuite 2019-08-28 09:32:28 +02:00
README.md link tmux yank 2020-02-01 23:52:26 +01:00
THANKS.md Create THANKS.md 2019-12-17 11:11:56 -08:00
tmux-jump.tmux rename to tmux-jump 2020-02-01 23:49:15 +01:00

Cursor jump for tmux.

Build Status

A fast way to jump wherever you want in your terminal without using the mouse. tmux-jump is written in ruby and can easily be installed via tpm.

tmux-jump

From now to then I think about how to improve my dev tools. Copy and pasting inside the terminal is something I do everyday, all the time. This is one of the most obvious things make more efficient. tmux-yank improved the situation a lot. Though, it felt still annoying to get to the string I wanted to copy. Either I used to enter tmux copy mode and moved the cursor to the string or I used the mouse. I looked for a plugin such as easymotion for vim or ace jump for emacs, but I couldn't find one. So I decided to write my own tmux plugin.

Requirements

Installation

Add plugin to the list of TPM plugins in ~/.tmux.conf:

set -g @plugin 'schasse/tmux-jump

Hit tmux-prefix + I to fetch the plugin and source it. You should now be able to use the plugin.

Usage

  • tmux-prefix + j and enter the first character of a word.
  • The screen will rerender and highlight the keys to press to jump to the word.
  • Type the key sequence of the word to jump to.
  • The cursor moves to the word.

tmux-jump can also be used in copy mode.

Similar Projects

easymotion

ace-jump-mode