We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5938e49 commit dcbdac0Copy full SHA for dcbdac0
README.md
@@ -54,6 +54,17 @@ Reload TMUX environment:
54
55
You should now be able to use the plugin.
56
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
68
### Other goodies
69
70
`tmux-open` works great with:
0 commit comments