mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
499e5f73d0
Given an assignment like this: ``` { key = "b", mods = "ALT", action = wezterm.action.SplitPane { direction = 'Right', command = { label = 'Bash Right', args = {'/usr/bin/bash' } } } } ``` we should show the label from the command in the palette. That's what this commit enables. If there is no label, but the arguments are set, then the arguments will be shown instead. refs: #3252 |
||
---|---|---|
.. | ||
derive | ||
src | ||
build.rs | ||
Cargo.toml |