-
Notifications
You must be signed in to change notification settings - Fork 753
String syntax
Bruno Heridet edited this page Jun 15, 2017
·
1 revision
| Command | Output |
|---|---|
| echo foo | foo |
| echo 'foo' | foo |
| echo "foo" | foo |
| echo `foo` | `foo` |
| echo %{foo} | foo |
| echo %(foo) | foo |
| echo %sh{foo} | |
| echo %sh{echo foo} | foo |
| reg a foo;echo %reg{a} | foo |
| reg a foo;echo %sh{$kak_reg_a} | |
| reg a foo;echo %sh{echo $kak_reg_a} | foo |
- Normal mode commands
- Avoid the escape key
- Implementing user mode (Leader key)
- Kakoune explain
- Kakoune TV
