mirror of
https://github.com/schasse/tmux-jump.git
synced 2026-09-10 07:06:15 -04:00
fix readme keys
This commit is contained in:
parent
771fbc70ce
commit
41d95a7899
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
[easymotion](https://github.com/easymotion/vim-easymotion) for tmux.
|
||||
|
||||
|
||||
## Requirements
|
||||
|
||||
* [tpm](https://github.com/tmux-plugins/tpm)
|
||||
|
|
@ -15,9 +16,9 @@ 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.
|
||||
Hit `tmux-prefix` + <kbd>I</kbd> to fetch the plugin and source it. You should now be able to use the plugin.
|
||||
|
||||
## Usage
|
||||
|
||||
* `<tmux-prefix>+q`
|
||||
* `tmux-prefix` + <kbd>j</kbd>
|
||||
* `<first letter of the word to jump to>`
|
||||
|
|
|
|||
Loading…
Reference in a new issue