diff options
| -rw-r--r-- | vis/structural-regex/commands/filter-and-edit.in | 1 | ||||
| -rw-r--r-- | vis/structural-regex/commands/filter-and-edit.keys | 3 | ||||
| -rw-r--r-- | vis/structural-regex/commands/filter-and-edit.ref | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/vis/structural-regex/commands/filter-and-edit.in b/vis/structural-regex/commands/filter-and-edit.in new file mode 100644 index 0000000..62050e1 --- /dev/null +++ b/vis/structural-regex/commands/filter-and-edit.in @@ -0,0 +1 @@ +aaabaaabaaa
\ No newline at end of file diff --git a/vis/structural-regex/commands/filter-and-edit.keys b/vis/structural-regex/commands/filter-and-edit.keys new file mode 100644 index 0000000..694096f --- /dev/null +++ b/vis/structural-regex/commands/filter-and-edit.keys @@ -0,0 +1,3 @@ +:,|sed -e 's/b/\\\\b/g'<Enter> +:x/\\/<Enter> +x
\ No newline at end of file diff --git a/vis/structural-regex/commands/filter-and-edit.ref b/vis/structural-regex/commands/filter-and-edit.ref new file mode 100644 index 0000000..62050e1 --- /dev/null +++ b/vis/structural-regex/commands/filter-and-edit.ref @@ -0,0 +1 @@ +aaabaaabaaa
\ No newline at end of file |
