Skip to content

Commit 0b205b5

Browse files
author
Bruno Sutic
committed
Change "@open-editor" commands to use hyphens
1 parent 505196e commit 0b205b5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### master
44
- 'open editor' command can now open files that have spaces
55
- system open command can now open files that have spaces
6+
- change "@open-editor" options to use hyphens (bc tmux core uses those too)
67

78
### v1.0.0, Aug 03, 2014
89
- if $EDITOR env var is not set, provide fallback

open.tmux

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ default_open_key="o"
88
open_option="@open"
99

1010
default_open_editor_key="C-o"
11-
open_editor_option="@open_editor"
12-
open_editor_override="@open_editor_command"
11+
open_editor_option="@open-editor"
12+
open_editor_override="@open-editor-command"
1313

1414
command_exists() {
1515
local command="$1"

0 commit comments

Comments
 (0)