diff options
| author | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-08-13 18:21:25 +0200 |
|---|---|---|
| committer | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-08-13 21:33:41 +0200 |
| commit | 7fe2efc9bed557373e9c9cfe860d8e684dfd56bc (patch) | |
| tree | 90e2a1c628b6ccc05c04415011255200c312f746 /rc/paths/commands/:buffer | |
| parent | defb50fc0ace0195d12e804993b1b74343024ada (diff) | |
Overhaul
Diffstat (limited to 'rc/paths/commands/:buffer')
| -rwxr-xr-x | rc/paths/commands/:buffer | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rc/paths/commands/:buffer b/rc/paths/commands/:buffer new file mode 100755 index 0000000..0d63f2a --- /dev/null +++ b/rc/paths/commands/:buffer @@ -0,0 +1,7 @@ +#!/bin/sh + +# Open buffer +:send buffer "$@" + +# Focus back the client +:send focus |
