fix typos in widgets.zsh

This commit is contained in:
Dmytro Meleshko 2018-11-13 08:05:10 +02:00
parent 32b874f07c
commit 5ad1291999

View file

@ -60,10 +60,10 @@ _command-palette() {
# may contain keybindings) # may contain keybindings)
widget="${widget%%$' '*}" widget="${widget%%$' '*}"
# HACK: This small Python script is used to send simluated keystrokes to the # HACK: This small Python script is used to send simluated keystrokes to the
# currentl TTY. It first executes the 'execute-named-cmd' widget, then # current TTY. It first executes the 'execute-named-cmd' widget, then
# enters the widget name and finally types the 'Enter' key. (Python # sends the widget name and finally types the 'Enter' key. (Python was
# was chosen because it supports required functionallity out of the box). # chosen because it supports required functionallity out of the box).
# NOTE! This script may not work on all platforms (especially, on Windows)!!! # NOTE! This script may not work on all platforms (especially on Windows)!!!
python -c " python -c "
import fcntl, termios import fcntl, termios
with open('$TTY') as tty: with open('$TTY') as tty: