michalre

Results 4 comments of michalre

I was able to workaround this limitation by setting PROMP_COMMAND in /etc/bash.bashrc to call continuum save script: ``` PROMPT_COMMAND="$PROMPT_COMMAND; saveTmuxSessionsWithContinuum" function saveTmuxSessionsWithContinuum() { if [ -n "$TMUX" ]; then $HOME/.tmux/plugins/tmux-continuum/scripts/continuum_save.sh...

Thanks, this will help at least partially in my case. It would be nice if after calling .useMapper(parentMapper) the child mapper would automatically use the parentMapper for fields from the...

Yeah, I think the usual convention is that if child mapper defines mapping for some field from the inherited parent mapper, then this child mapping should take precedence for that...