update testbed
This commit is contained in:
parent
0de1e63a3e
commit
eae5db6b4a
11 changed files with 106 additions and 7 deletions
|
@ -34,6 +34,7 @@ def md_to_html(
|
|||
## Kakoune Script?!
|
||||
|
||||
```kak
|
||||
# a configuration snippet
|
||||
declare-option -hidden bool on_server %sh{
|
||||
if [ -z "$KAK_ON_SERVER" ]; then
|
||||
printf 'false'
|
||||
|
@ -44,4 +45,5 @@ declare-option -hidden bool on_server %sh{
|
|||
|
||||
define-command -override true nop
|
||||
define-command -override false fail
|
||||
map global normal x ':echo gamer<ret>'
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue