Skip to content

Commit dcbdac0

Browse files
author
Bruno Sutic
committed
Add configuration section to the readme
1 parent 5938e49 commit dcbdac0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,17 @@ Reload TMUX environment:
5454

5555
You should now be able to use the plugin.
5656

57+
### Configuration
58+
59+
> How can I change the default "o" key binding to something else? For example,
60+
> key "x"?
61+
62+
Put `set -g @open 'x'` in `tmux.conf`.
63+
64+
> How can I change the default "Ctrl-o" key binding to "Ctrl-x"?
65+
66+
Put `set -g @open-editor 'C-x'` in `tmux.conf`.
67+
5768
### Other goodies
5869

5970
`tmux-open` works great with:

0 commit comments

Comments
 (0)