-
Notifications
You must be signed in to change notification settings - Fork 754
Shell scripting
Bruno Heridet edited this page Oct 30, 2018
·
6 revisions
if you run this in the kakoune command line:
echo %sh{ echo $$ }
You'll get a random number, corresponding to the PID of the temp subshell used to run the command. You need the PID of the parent, which translates to :
echo %sh{ echo $PPID }
https://unix.stackexchange.com/questions/65803/why-is-printf-better-than-echo
- Normal mode commands
- Avoid the escape key
- Implementing user mode (Leader key)
- Kakoune explain
- Kakoune TV
