mirror of
https://github.com/schasse/tmux-jump.git
synced 2026-09-10 07:06:15 -04:00
Adds missing quote to README file
Description =========== There was a quote missing in the `Installation via TPM` section.
This commit is contained in:
parent
cbd32a6fcb
commit
abc402a9bf
|
|
@ -22,7 +22,7 @@ From now to then I think about how to improve my dev tools. Copy and pasting ins
|
|||
Add plugin to the list of TPM plugins in `~/.tmux.conf`:
|
||||
|
||||
```
|
||||
set -g @plugin 'schasse/tmux-jump
|
||||
set -g @plugin 'schasse/tmux-jump'
|
||||
```
|
||||
Hit <kbd>tmux-prefix</kbd> + <kbd>I</kbd> to fetch the plugin and source it. You should now be able to use the plugin.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue