Skip to content

Commit

Permalink
Fix missing quote in command for CMD_GOTO_WIN_INDEX
Browse files Browse the repository at this point in the history
The other bindings after this one got invalidated due to this. (It's
time to add some tests...)
  • Loading branch information
whame committed Jan 3, 2024
1 parent 2fec716 commit b235216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands.conf
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ CMD_GOTO_WIN_9='select-window -t :9'
CMD_GOTO_WIN_TREE='choose-tree -Zw'

### Go to window with index.
CMD_GOTO_WIN_INDEX='command-prompt -p index "select-window -t \":%%\"'
CMD_GOTO_WIN_INDEX='command-prompt -p index "select-window -t \":%%\""'

### Go to previous window.
CMD_GOTO_WIN_PREV='select-window -t :-'
Expand Down

0 comments on commit b235216

Please sign in to comment.