kakoune/rc
Frank LENORMAND b6d055a87b rc: Export $TMPDIR to new tmux processes
`tmux` will start new processes (e.g. when creating panes or windows)
with the same environment it was started with, which means that if the
$TMPDIR variable was overriden for the kakoune server from within
`tmux`, newly created panes/windows won't have access to the server
socket to sustain a session.

This commit fixes the issue by always exporting the $TMPDIR variable
from the parent `tmux` environment to the new processes.

Fixes #1319
2017-04-09 09:20:25 +03:00
..
base rc: Export $TMPDIR to new tmux processes 2017-04-09 09:20:25 +03:00
core Rename BufNew and BufOpen hooks to BufNewFile and BufOpenFile 2017-02-19 13:08:06 +00:00
extra rc/ranger: use $kak_hook_param_capture_N 2017-04-01 22:46:31 +02:00