diff options
| author | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-08-14 02:03:17 +0200 |
|---|---|---|
| committer | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-08-14 02:05:03 +0200 |
| commit | 00f8413c8baa4791ef1acb86ec7640e832d17fae (patch) | |
| tree | e6b430717844afc491fca3cdc51abcd5b58ec088 /rc/paths/commands/:buffer | |
| parent | f8c041315fa80f31c1d7265a3e4195a8fb55bdb3 (diff) | |
Add a prefix key for sending commands
: echo Tchou!
Diffstat (limited to 'rc/paths/commands/:buffer')
| -rwxr-xr-x | rc/paths/commands/:buffer | 4 |
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 |
