Michal Pesa
2018-07-28 11:58:42 UTC
Hello,
I would like to execute multiple readline commands. For example the
following macro deleting the line and inserting "goto ":
"\C-x\C-d": "\C-a\C-kgoto "
Is it possible to use something like this instead:
"\C-x\C-d": beginning-of-line kill-line "goto "
As of now, it seems to me that I have to bind all the commands I would
like to use and then use them as a macro (unless I want the keystroke to
execute exactly one command).
Thank you for your time.
Configuration Information:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu'
-DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash'
-DSHELL -DHAVE_$
uname output: Linux pish-lub 4.15.0-29-generic #31-Ubuntu SMP Tue Jul 17
15:39:52 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Machine Type: x86_64-pc-linux-gnu
Bash Version: 4.4
Patch Level: 19
Release Status: release
I would like to execute multiple readline commands. For example the
following macro deleting the line and inserting "goto ":
"\C-x\C-d": "\C-a\C-kgoto "
Is it possible to use something like this instead:
"\C-x\C-d": beginning-of-line kill-line "goto "
As of now, it seems to me that I have to bind all the commands I would
like to use and then use them as a macro (unless I want the keystroke to
execute exactly one command).
Thank you for your time.
Configuration Information:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu'
-DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash'
-DSHELL -DHAVE_$
uname output: Linux pish-lub 4.15.0-29-generic #31-Ubuntu SMP Tue Jul 17
15:39:52 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Machine Type: x86_64-pc-linux-gnu
Bash Version: 4.4
Patch Level: 19
Release Status: release