diff options
| author | Maxime Coste <mawww@kakoune.org> | 2022-07-28 21:34:31 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2022-07-28 21:34:31 +1000 |
| commit | e83dbdcd2cbddb30ac63ec503c76b46b80ffe44d (patch) | |
| tree | 5137a5c9cc99917821ce148baa55f6acfdcb46d3 /rc | |
| parent | 79ff3c29e54387560f956cfdef3c2b7123149791 (diff) | |
| parent | 3e9ca0e5c38b111bf1a68b62f6f2e44a7d12f6e9 (diff) | |
Merge remote-tracking branch 'krobelus/embrace-menu-2'
Diffstat (limited to 'rc')
| -rw-r--r-- | rc/windowing/iterm.kak | 2 | ||||
| -rw-r--r-- | rc/windowing/kitty.kak | 2 | ||||
| -rw-r--r-- | rc/windowing/new-client.kak | 2 | ||||
| -rw-r--r-- | rc/windowing/screen.kak | 2 | ||||
| -rw-r--r-- | rc/windowing/sway.kak | 2 | ||||
| -rw-r--r-- | rc/windowing/tmux.kak | 2 | ||||
| -rw-r--r-- | rc/windowing/wayland.kak | 2 | ||||
| -rw-r--r-- | rc/windowing/x11.kak | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/rc/windowing/iterm.kak b/rc/windowing/iterm.kak index acc0cae7..3db623b7 100644 --- a/rc/windowing/iterm.kak +++ b/rc/windowing/iterm.kak @@ -143,7 +143,7 @@ If no client is passed then the current one is used' \ fi } } -complete-command iterm-focus client +complete-command -menu iterm-focus client alias global focus iterm-focus alias global terminal iterm-terminal-vertical diff --git a/rc/windowing/kitty.kak b/rc/windowing/kitty.kak index 1e4880dc..64cc224e 100644 --- a/rc/windowing/kitty.kak +++ b/rc/windowing/kitty.kak @@ -72,7 +72,7 @@ If no client is passed then the current one is used' \ fi } } -complete-command kitty-focus client +complete-command -menu kitty-focus client alias global terminal kitty-terminal alias global terminal-tab kitty-terminal-tab diff --git a/rc/windowing/new-client.kak b/rc/windowing/new-client.kak index e017344e..214a18e3 100644 --- a/rc/windowing/new-client.kak +++ b/rc/windowing/new-client.kak @@ -6,4 +6,4 @@ The optional arguments are passed as commands to the new client' \ terminal kak -c %val{session} -e "%arg{@}" } -complete-command new command +complete-command -menu new command diff --git a/rc/windowing/screen.kak b/rc/windowing/screen.kak index 8e4b6ee5..f9050886 100644 --- a/rc/windowing/screen.kak +++ b/rc/windowing/screen.kak @@ -72,7 +72,7 @@ If no client is passed then the current one is used' \ fi } } -complete-command screen-focus client +complete-command -menu screen-focus client alias global focus screen-focus alias global terminal screen-terminal-vertical diff --git a/rc/windowing/sway.kak b/rc/windowing/sway.kak index dc0c5830..4df12240 100644 --- a/rc/windowing/sway.kak +++ b/rc/windowing/sway.kak @@ -43,7 +43,7 @@ If no client is passed, then the current client is used' \ fi } } -complete-command sway-focus client +complete-command -menu sway-focus client unalias global focus alias global focus sway-focus diff --git a/rc/windowing/tmux.kak b/rc/windowing/tmux.kak index fe656cc2..f5a8fda3 100644 --- a/rc/windowing/tmux.kak +++ b/rc/windowing/tmux.kak @@ -71,7 +71,7 @@ If no client is passed then the current one is used' \ fi } } -complete-command tmux-focus client +complete-command -menu tmux-focus client ## The default behaviour for the `new` command is to open an horizontal pane in a tmux session alias global focus tmux-focus diff --git a/rc/windowing/wayland.kak b/rc/windowing/wayland.kak index 1f595a33..ea8de71d 100644 --- a/rc/windowing/wayland.kak +++ b/rc/windowing/wayland.kak @@ -51,7 +51,7 @@ If no client is passed, then the current client is used' \ %{ fail 'Focusing specific windows in most Wayland window managers is unsupported' } -complete-command wayland-focus client +complete-command -menu wayland-focus client alias global focus wayland-focus alias global terminal wayland-terminal diff --git a/rc/windowing/x11.kak b/rc/windowing/x11.kak index 4c39f7ba..a6f7da87 100644 --- a/rc/windowing/x11.kak +++ b/rc/windowing/x11.kak @@ -63,7 +63,7 @@ If no client is passed, then the current client is used' \ fi } } -complete-command x11-focus client +complete-command -menu x11-focus client alias global focus x11-focus alias global terminal x11-terminal |
