{"id":78500,"date":"2023-02-17T14:06:59","date_gmt":"2023-02-17T14:06:59","guid":{"rendered":"\/tutorials\/?p=78500"},"modified":"2025-04-27T19:28:10","modified_gmt":"2025-04-27T19:28:10","slug":"tmux-config","status":"publish","type":"post","link":"\/tutorials\/tmux-config","title":{"rendered":"Tmux config: understanding the configuration file + customization examples"},"content":{"rendered":"<p>tmux is a popular terminal multiplexer that lets you run multiple sessions inside a single window. What is more, users can easily switch between these sessions, detaching or reattaching them.&nbsp;<\/p><p>Besides features that tmux offers by default, you can customize it further to suit your projects.<\/p><p>In this tutorial, we&rsquo;ll explain how exactly you can benefit from customizing tmux and review its config options.<\/p><p class=\"has-text-align-center\"><a href=\"https:\/\/assets.hostinger.com\/content\/tutorials\/pdf\/tmux-Cheat-Sheet.pdf\" target=\"_blank\" rel=\"noopener\">Download comprehensive tmux cheat sheet<\/a><\/p><p>\n\n\n\n\n\n\n<\/p><h2 class=\"wp-block-heading\" id=\"h-tmux-config-file-nbsp\">tmux Config File&nbsp;<\/h2><p>You can configure the tmux environment with the help of a system configuration file. To use it, log in to your hosted virtual server via <a href=\"\/tutorials\/ssh-tutorial-how-does-ssh-work\">SSH<\/a> and create the <strong>tmux.conf<\/strong> file. You can do so via <a href=\"\/tutorials\/how-to-use-putty-ssh\">PuTTY SSH<\/a>. Then, add the preferred configuration commands to it.<\/p><p>Alternatively, you can easily connect to SSH via our browser-based terminal, eliminating the need for additional software:<\/p><figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.hostinger.com\/tutorials\/wp-content\/uploads\/sites\/2\/2019\/03\/hpanel-vps-overview-vpsinformation-browserterminal-highlighted.png\"><img decoding=\"async\" width=\"1024\" height=\"732\" src=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2019\/03\/hpanel-vps-overview-vpsinformation-browserterminal-highlighted.png\/public\" alt=\"The VPS information page on hPanel. The Browser terminal window is highlighted\" class=\"wp-image-87084\" srcset=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2019\/03\/hpanel-vps-overview-vpsinformation-browserterminal-highlighted.png\/w=1024,fit=scale-down 1024w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2019\/03\/hpanel-vps-overview-vpsinformation-browserterminal-highlighted.png\/w=300,fit=scale-down 300w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2019\/03\/hpanel-vps-overview-vpsinformation-browserterminal-highlighted.png\/w=150,fit=scale-down 150w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2019\/03\/hpanel-vps-overview-vpsinformation-browserterminal-highlighted.png\/w=768,fit=scale-down 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><p>Note that configuration can be either global or local, depending on the file&rsquo;s location. If you need&nbsp;a local configuration file, create it in the home directory using the <a href=\"\/tutorials\/linux-touch-command\">Linux touch command<\/a>:<\/p><pre class=\"wp-block-preformatted\">touch ~\/.tmux.conf<\/pre><p>On the other hand, if you want to make a global tmux configuration file, place it in the <strong>\/etc<\/strong> directory:<\/p><pre class=\"wp-block-preformatted\">touch \/etc\/tmux.conf<\/pre><p>Now, add the preferred configuration to the <strong>tmux.conf<\/strong> file. After that, save the file and exit the text editor. The changes will take effect the next time you launch tmux.<\/p><h2 class=\"wp-block-heading\" id=\"h-tmux-configuration-options\">tmux Configuration Options<\/h2><p>tmux has several key bindings and functions that may not suit all users. By configuring tmux, you can customize key bindings and different functions to align with your workflow and preferences.<\/p><p>In addition to key bindings and options, you can change your tmux terminal&rsquo;s appearance. For example, customize its color scheme or set a background color.<\/p><p>Lastly, users can set up custom scripts or commands to run when tmux starts. This can be useful for personal <a href=\"\/tutorials\/development-environment\">development environments<\/a>, helping you automate certain tasks and ensuring you won&rsquo;t lose any work.&nbsp;&nbsp;<\/p><p>Let&rsquo;s take a deeper look at the three main configuration categories:<\/p><p><strong>Server and Session Options<\/strong><\/p><p>You should set server options when starting the tmux server, as they affect all sessions. Examples of server options include:<\/p><ul class=\"wp-block-list\">\n<li>Default terminal type<\/li>\n\n\n\n<li>Maximum number of sessions<\/li>\n\n\n\n<li>Location of the socket for connecting to the tmux server<\/li>\n<\/ul><p>Use the <strong>set-option -s <\/strong>command to apply server options.&nbsp;<\/p><p>Meanwhile, session options affect the behavior of a particular session. Some of the most common session options are:<\/p><ul class=\"wp-block-list\">\n<li>Name of the sessions<\/li>\n\n\n\n<li>Initial working directory<\/li>\n\n\n\n<li>Default window layout<\/li>\n<\/ul><p>To set session options, opt for the <strong>set-option <\/strong>command.<\/p><p>\n\n\n<div class=\"protip\">\n                    <h4 class=\"title\">Suggested Reading<\/h4>\n                    <p><a href=\"\/tutorials\/what-is-vps-hosting\">VPS Hosting: Everything You Need to Know About Virtual Private Servers<\/a><br>\n<a href=\"\/tutorials\/vps-security\">15 VPS Security Tips to Prevent Attacks on Your Server<\/a> <\/p>\n                <\/div>\n\n\n\n<\/p><p><strong>User Options<\/strong><\/p><p>With tmux, users can set custom settings, which can modify the pane, window, session, or server options. Keep in mind that all user options are strings and must be prefixed with the <strong>@<\/strong> symbol. Additionally, user options can store custom values from scripts.<\/p><p><strong>Window and Pane Options<\/strong><\/p><p>tmux provides many configuration options that allow users to customize the appearance of its windows and panes. What&rsquo;s more, pane options can be inherited from the window options. As a result, users can set any pane option as a window option, and tmux will apply the configuration to all panes.&nbsp;&nbsp;<\/p><h2 class=\"wp-block-heading\" id=\"h-tmux-configuration-examples\">tmux Configuration Examples<\/h2><p>Let&rsquo;s look at some of the most popular tmux configuration examples.&nbsp;&nbsp;<\/p><h3 class=\"wp-block-heading\" id=\"h-change-the-default-prefix\">Change the Default Prefix<\/h3><p>One of the most important configuration options of tmux is the prefix. The default prefix key binding is <strong>Ctrl<\/strong> <strong>+ B<\/strong>. To send a command to tmux, users need to press <strong>Ctrl + B<\/strong>, and then the wanted command.<\/p><p>The prefix key is easily configurable. In this example, we will change the prefix from <strong>Ctrl + B <\/strong>to <strong>Ctrl + A<\/strong>. To do this, open the tmux configuration file with the preferred text editor:<\/p><pre class=\"wp-block-preformatted\">sudo nano ~\/tmux.conf<\/pre><p>Then paste the following code:<\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\"># Change prefix from 'Ctrl+B' to 'Ctrl+A'\nunbind C-b\nset-option -g prefix C-a\nbind-key C-a send-prefix<\/pre><p>Save the changes and start a new tmux session.&nbsp;<\/p><h3 class=\"wp-block-heading\" id=\"h-use-the-mouse-mode\">Use the Mouse Mode<\/h3><p>The mouse mode lets users use their mouse to interact with tmux windows and panes. Once it is enabled, users can resize windows and panes and scroll through the output of tmux sessions.&nbsp;<\/p><p>Keep in mind that mouse support is disabled by default. To enable it, open the configuration file:<\/p><pre class=\"wp-block-preformatted\">sudo nano ~\/.tmux.conf<\/pre><p>Then paste this code and save the changes:<\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\"># Enable mouse mode\nset -g mouse on<\/pre><h3 class=\"wp-block-heading\" id=\"h-set-two-prefixes\">Set Two Prefixes<\/h3><p>It&rsquo;s possible to have multiple prefix keys in tmux. This can be useful if you want to use a different prefix key in various contexts or have a secondary prefix key as a backup.&nbsp;<\/p><p>To illustrate, we will enable <strong>Ctrl + A <\/strong>and <strong>Ctrl + B<\/strong> prefixes. Open the configuration file and add the following tmux commands: &nbsp;<\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\"># Enable two prefixes\nset-option -g prefix C-a\nset-option -g prefix2 C-b<\/pre><h3 class=\"wp-block-heading\" id=\"h-change-the-default-server-behavior\">Change the Default Server Behavior<\/h3><p>By default, the tmux server will exit when there are no active sessions. To prevent this, you can disable the <strong>exit-empty<\/strong> option with the following command:<\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">#Disable exit-empty\nset -s exit-empty off<\/pre><h3 class=\"wp-block-heading\" id=\"h-start-counting-window-and-pane-numbers-base-index-at-1\">Start Counting Window and Pane Numbers (Base-Index) At 1<\/h3><p>When starting tmux, you will notice that both window and pane numbers start from zero, which can be inconvenient and confusing. Luckily, it&rsquo;s possible to set the base index to start counting from one. Just add the following code to your tmux configuration file:<\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\"># Start counting pane and window number at 1\nset -g base-index 1\nsetw -g pane-base-index 1<\/pre><h3 class=\"wp-block-heading\" id=\"h-turn-off-automatic-renaming-globally\">Turn off Automatic Renaming Globally<\/h3><p>Automatic renaming will rename a tmux window using the format specified by the<strong> automatic-rename-format<\/strong> option. To turn off automatic renaming globally in tmux, add the following line to the global configuration file:<\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\"># Disable automatic renaming\nset-option -wg automatic-rename off<\/pre><p>Save the changes and start a new tmux session.<\/p><h3 class=\"wp-block-heading\" id=\"h-make-the-current-pane-s-background-white\">Make the Current Pane&rsquo;s Background White<\/h3><p>Use the command below to set the background color of the current pane to white:<\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\"># Change the background color to white\nset -g window-active-style bg=white<\/pre><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.hostinger.com\/tutorials\/wp-content\/uploads\/sites\/2\/2023\/02\/Command-prompt-window-displaying-tmux-configuration-functionality.png\"><img decoding=\"async\" width=\"1192\" height=\"672\" src=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2023\/02\/Command-prompt-window-displaying-tmux-configuration-functionality.png\/public\" alt=\"Command-prompt window displaying tmux configuration functionality. Multiple panes are active, one of which has a white background color\" class=\"wp-image-79118\" srcset=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2023\/02\/Command-prompt-window-displaying-tmux-configuration-functionality.png\/w=1192,fit=scale-down 1192w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2023\/02\/Command-prompt-window-displaying-tmux-configuration-functionality.png\/w=300,fit=scale-down 300w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2023\/02\/Command-prompt-window-displaying-tmux-configuration-functionality.png\/w=1024,fit=scale-down 1024w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2023\/02\/Command-prompt-window-displaying-tmux-configuration-functionality.png\/w=150,fit=scale-down 150w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2023\/02\/Command-prompt-window-displaying-tmux-configuration-functionality.png\/w=768,fit=scale-down 768w\" sizes=\"(max-width: 1192px) 100vw, 1192px\" \/><\/a><\/figure><\/div><p>It&rsquo;s also possible to adjust the pane colors with the following code:<\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\"># Change pane colors\nset -g pane-active-border fg=red \nset -ag pane-active-border bg=magenta<\/pre><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.hostinger.com\/tutorials\/wp-content\/uploads\/sites\/2\/2023\/02\/Terminal-window-displaying-tmux-panes-functionality.png\"><img decoding=\"async\" width=\"1190\" height=\"668\" src=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2023\/02\/Terminal-window-displaying-tmux-panes-functionality.png\/public\" alt=\"The terminal window displaying tmux panes functionality. With the help of configuration files, pane border color is now set as magenta\" class=\"wp-image-79120\" srcset=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2023\/02\/Terminal-window-displaying-tmux-panes-functionality.png\/w=1190,fit=scale-down 1190w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2023\/02\/Terminal-window-displaying-tmux-panes-functionality.png\/w=300,fit=scale-down 300w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2023\/02\/Terminal-window-displaying-tmux-panes-functionality.png\/w=1024,fit=scale-down 1024w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2023\/02\/Terminal-window-displaying-tmux-panes-functionality.png\/w=150,fit=scale-down 150w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2023\/02\/Terminal-window-displaying-tmux-panes-functionality.png\/w=768,fit=scale-down 768w\" sizes=\"(max-width: 1190px) 100vw, 1190px\" \/><\/a><\/figure><\/div><h2 class=\"wp-block-heading\" id=\"h-how-to-configure-tmux-to-allow-copy-paste-between-system-and-tmux-clipboards\">How to Configure tmux to Allow Copy-Paste Between System and tmux Clipboards<\/h2><p>By default, tmux uses its clipboard for copying and pasting text within a session. It means that users cannot paste text copied from tmux to an outside window.<\/p><p>However, it&rsquo;s possible to configure tmux to allow copy-paste between the system clipboard and tmux clipboard. To do so, consider installing <strong>xclip<\/strong>, which enables the communication between the tmux and system clipboards.<\/p><p>Here are the steps to configure tmux to allow copy-paste:<\/p><p>1. Install <strong>xclip<\/strong>:<\/p><pre class=\"wp-block-preformatted\">sudo apt-get install xclip<\/pre><p>2. Add the following lines to your tmux configuration file:<\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\"># Use xclip to copy and paste with the system clipboard\nbind C-c run \"tmux save-buffer - | xclip -i -sel clip\"\nbind C-v run \"tmux set-buffer $(xclip -o -sel clip); tmux paste-buffer\"<\/pre><p>This configuration uses <strong>C-c <\/strong>to copy the selected text to the system clipboard and C-v to paste from the system clipboard into tmux.<\/p><p>3. Reload your tmux configuration with the following command:<\/p><pre class=\"wp-block-preformatted\">tmux source-file ~\/.tmux.conf<\/pre><p>After these steps, you will be able to copy and paste text between tmux and the system clipboard. Whenever you press the<strong> prefix<\/strong> followed by <strong>Ctrl + C<\/strong>, <strong>xclip<\/strong> will capture the current tmux buffer. When you want to paste the content, press the<strong> prefix<\/strong> followed by <strong>Ctrl + V<\/strong>. &nbsp;<\/p><figure class=\"wp-block-image size-large\"><a class=\"hgr-tutorials-cta hgr-tutorials-cta-vps-hosting\" href=\"\/vps-hosting\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" width=\"1024\" height=\"300\" src=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2023\/02\/VPS-hosting-banner.png\/public\" alt=\"\" class=\"wp-image-77934\" srcset=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2023\/02\/VPS-hosting-banner.png\/w=1024,fit=scale-down 1024w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2023\/02\/VPS-hosting-banner.png\/w=300,fit=scale-down 300w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2023\/02\/VPS-hosting-banner.png\/w=150,fit=scale-down 150w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2023\/02\/VPS-hosting-banner.png\/w=768,fit=scale-down 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><h2 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion<\/h2><p>tmux is an excellent tool for any Unix-based server management. Combined with the right configuration options, users can expect to tailor their terminal to match even the highest standards.<\/p><p>In this tutorial, we&rsquo;ve covered the main tmux configuration categories and provided some helpful configuration examples. Additionally, we&rsquo;ve gone through the process of installing <strong>xclip<\/strong>, which enables copy-pasting data between the system and tmux clipboards.&nbsp;<\/p><p>If you have any questions or insights, leave them in the comment section below.<\/p><h2 class=\"wp-block-heading\" id=\"h-tmux-config-faq\">tmux Config FAQ<\/h2><p>Check out these most frequently asked questions about tmux configuration.&nbsp;&nbsp;<\/p><div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1676643121119\"><h3 class=\"schema-faq-question\">Where Is the tmux Config File?<\/h3> <p class=\"schema-faq-answer\">The tmux configuration file is usually located at <strong>~\/.tmux.conf<\/strong>. This file contains a set of commands executed whenever tmux starts up, allowing users to customize it. If the <strong>~\/.tmux.conf<\/strong> file doesn&rsquo;t exist, create it by running the<strong> touch ~\/.tmux.conf<\/strong> command. It will create an empty configuration file that users can edit.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1676643129137\"><h3 class=\"schema-faq-question\">What Is SETW in tmux?<\/h3> <p class=\"schema-faq-answer\">SETW or set-window-option is used to configure various new window options such as mode-keys, synchronize-panes, allow-rename, and main-pane-height.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1676643142354\"><h3 class=\"schema-faq-question\">How to Find a tmux Prefix?<\/h3> <p class=\"schema-faq-answer\">In tmux, the prefix is the combination of keys you press before issuing a command. The default prefix is <strong>Ctrl + B<\/strong>, but it can be customized to be any combination. To find out what the current prefix is, try pressing <strong>Ctrl + B<\/strong>. If it doesn&rsquo;t work, open the <strong>tmux.conf<\/strong> file and look for the <strong>set-option -g prefix<\/strong> line.<\/p> <\/div> <\/div>\n","protected":false},"excerpt":{"rendered":"<p>tmux is a popular terminal multiplexer that lets you run multiple sessions inside a single window. What is more, users [&#8230;]<\/p>\n<p><a class=\"btn btn-secondary understrap-read-more-link\" href=\"\/tutorials\/tmux-config\">Read More&#8230;<\/a><\/p>\n","protected":false},"author":279,"featured_media":84309,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"rank_math_title":"How to Customize Tmux Using the Config File","rank_math_description":"Tmux uses a file called tmux.conf to store its configuration. Check out this article to learn how to customize Tmux using the config file.","rank_math_focus_keyword":"tmux config","footnotes":""},"categories":[22648,22644],"tags":[],"class_list":["post-78500","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-managing-monitoring-and-security","category-vps"],"hreflangs":[{"locale":"en-US","link":"https:\/\/www.hostinger.com\/tutorials\/tmux-config","default":0},{"locale":"fr-FR","link":"https:\/\/www.hostinger.com\/fr\/tutoriels\/tmux-config","default":0},{"locale":"es-ES","link":"https:\/\/www.hostinger.com\/es\/tutoriales\/tmux-config","default":0},{"locale":"en-UK","link":"https:\/\/www.hostinger.com\/uk\/tutorials\/tmux-config","default":0},{"locale":"en-MY","link":"https:\/\/www.hostinger.com\/my\/tutorials\/tmux-config-understanding-the-configuration-file-customization-examples","default":0},{"locale":"en-PH","link":"https:\/\/www.hostinger.com\/ph\/tutorials\/tmux-config-understanding-the-configuration-file-customization-examples","default":0},{"locale":"es-MX","link":"https:\/\/www.hostinger.com\/mx\/tutoriales\/tmux-config","default":0},{"locale":"es-CO","link":"https:\/\/www.hostinger.com\/co\/tutoriales\/tmux-config","default":0},{"locale":"es-AR","link":"https:\/\/www.hostinger.com\/ar\/tutoriales\/tmux-config","default":0},{"locale":"en-IN","link":"https:\/\/www.hostinger.com\/in\/tutorials\/tmux-config","default":0},{"locale":"en-CA","link":"https:\/\/www.hostinger.com\/ca\/tutorials\/tmux-config","default":0},{"locale":"en-AU","link":"https:\/\/www.hostinger.com\/au\/tutorials\/tmux-config","default":0},{"locale":"en-NG","link":"https:\/\/www.hostinger.com\/ng\/tutorials\/tmux-config","default":0}],"_links":{"self":[{"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/posts\/78500","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/users\/279"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/comments?post=78500"}],"version-history":[{"count":14,"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/posts\/78500\/revisions"}],"predecessor-version":[{"id":119029,"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/posts\/78500\/revisions\/119029"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/media\/84309"}],"wp:attachment":[{"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/media?parent=78500"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/categories?post=78500"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/tags?post=78500"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}