diff options
author | eug-vs <eug-vs@keemail.me> | 2021-03-13 13:25:53 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-03-13 13:25:53 +0300 |
commit | 8e524c8952f95ecf1354326983d7411a660032fb (patch) | |
tree | f13c213e8ea9f457bd3758c50cada3711b42715f /.vifm/vifmrc | |
parent | a4ea67f5cbd16015f80e3542519f2ca978c114c4 (diff) | |
download | dotfiles-8e524c8952f95ecf1354326983d7411a660032fb.tar.gz |
feat(vifm): use tmuxinator ERB feature
Diffstat (limited to '.vifm/vifmrc')
-rw-r--r-- | .vifm/vifmrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 " ------------------------------------------------------------------------------ |