mirror of
https://github.com/schasse/tmux-jump.git
synced 2026-09-10 07:06:15 -04:00
Merge branch 'master' into specs
This commit is contained in:
commit
f867c70fd3
22
README.md
Normal file
22
README.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# tmux-easymotion
|
||||
|
||||
[easymotion](https://github.com/easymotion/vim-easymotion) for tmux.
|
||||
|
||||
## Requirements
|
||||
|
||||
* [tpm](https://github.com/tmux-plugins/tpm)
|
||||
* ruby
|
||||
|
||||
## Installation
|
||||
|
||||
Add plugin to the list of TPM plugins in `~/.tmux.conf`:
|
||||
|
||||
```
|
||||
set -g @plugin 'schasse/tmux-easymotion'
|
||||
```
|
||||
Hit `<tmux-prefix>+I` to fetch the plugin and source it. You should now be able to use the plugin.
|
||||
|
||||
## Usage
|
||||
|
||||
* `<tmux-prefix>+q`
|
||||
* `<first letter of the word to jump to>`
|
||||
Loading…
Reference in a new issue