summaryrefslogtreecommitdiff
path: root/rc/paths/commands/:buffer
diff options
context:
space:
mode:
authorAlex Leferry 2 <alexherbo2@gmail.com>2020-08-14 02:03:17 +0200
committerAlex Leferry 2 <alexherbo2@gmail.com>2020-08-14 02:05:03 +0200
commit00f8413c8baa4791ef1acb86ec7640e832d17fae (patch)
treee6b430717844afc491fca3cdc51abcd5b58ec088 /rc/paths/commands/:buffer
parentf8c041315fa80f31c1d7265a3e4195a8fb55bdb3 (diff)
Add a prefix key for sending commands
: echo Tchou!
Diffstat (limited to 'rc/paths/commands/:buffer')
-rwxr-xr-xrc/paths/commands/:buffer4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc/paths/commands/:buffer b/rc/paths/commands/:buffer
index 0d63f2a..a6715f6 100755
--- a/rc/paths/commands/:buffer
+++ b/rc/paths/commands/:buffer
@@ -1,7 +1,7 @@
#!/bin/sh
# Open buffer
-:send buffer "$@"
+: buffer "$@"
# Focus back the client
-:send focus
+: focus