mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 23:21:15 -03:00
completion/tmux: quick fixup to conflict resolution in b85e405
Delete a line that should have been replaced with the following line (with --keep-order) Closes #11288
This commit is contained in:
committed by
Johannes Altmanninger
parent
f43b16b1cb
commit
bdb8f7da3a
@@ -401,7 +401,6 @@ complete -c tmux -n "__fish_seen_subcommand_from $send" -s R -d 'reset terminal
|
||||
complete -c tmux -n "__fish_seen_subcommand_from $send" -s X -d 'copy mode command'
|
||||
complete -c tmux -n "__fish_seen_subcommand_from $send" -s l -d 'literal chars'
|
||||
complete -c tmux -n "__fish_seen_subcommand_from $send" -s H -d 'hex-encoded chars'
|
||||
complete -c tmux -n "__fish_seen_subcommand_from $send" -xs t -a '(__fish_tmux_panes)' -d 'target pane'
|
||||
complete -c tmux -n "__fish_seen_subcommand_from $send" -xs t --keep-order -a '(__fish_tmux_panes)' -d 'target pane'
|
||||
|
||||
complete -c tmux -n __fish_use_subcommand -a $sendprefix -d 'send the prefix key'
|
||||
|
||||
Reference in New Issue
Block a user