Hi,

I'd like to use a single tmux config file across different
computers. However, different versions of tmux are running on
individual computers, which I can't influence. This leads to errors
in the older tmux versions when options are not supported or named
differently, e.g.

  /home/me/.tmux.conf: 14: unknown option: renumber-windows

Is there a possibility to allow newer features for more recent tmux
versions and hide them from the older ones? In vim this can be
realised as follows.

  if v:version >= 703
    if has("patch769")
      set somenewfeature
    endif
  endif

Maybe tmux has a similar mechanism.

Marco


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to