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 505196e commit 0b205b5Copy full SHA for 0b205b5
CHANGELOG.md
@@ -3,6 +3,7 @@
3
### master
4
- 'open editor' command can now open files that have spaces
5
- system open command can now open files that have spaces
6
+- change "@open-editor" options to use hyphens (bc tmux core uses those too)
7
8
### v1.0.0, Aug 03, 2014
9
- if $EDITOR env var is not set, provide fallback
open.tmux
@@ -8,8 +8,8 @@ default_open_key="o"
open_option="@open"
10
default_open_editor_key="C-o"
11
-open_editor_option="@open_editor"
12
-open_editor_override="@open_editor_command"
+open_editor_option="@open-editor"
+open_editor_override="@open-editor-command"
13
14
command_exists() {
15
local command="$1"
0 commit comments