From 8e524c8952f95ecf1354326983d7411a660032fb Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 13 Mar 2021 13:25:53 +0300 Subject: feat(vifm): use tmuxinator ERB feature --- .vifm/vifmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vifm/vifmrc') diff --git a/.vifm/vifmrc b/.vifm/vifmrc index 4aeb9bd..b205476 100644 --- a/.vifm/vifmrc +++ b/.vifm/vifmrc @@ -141,7 +141,7 @@ command! make !!make %a command! mkcd :mkdir %a | cd %a command! vgrep vim "+grep %a" command! reload :write | restart -command! w :!bootstrap.sh %d/%c +command! w :!tmuxinator start -p=$HOME/.config/tmuxinator/.template.yml name=%c root=%d/%c " ------------------------------------------------------------------------------ -- cgit v1.2.3