mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
fix typos in widgets.zsh
This commit is contained in:
parent
32b874f07c
commit
5ad1291999
1 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue