Published onNovember 20, 2022Move pane to left or right in TmuxlinuxtmuxLearn how to move panes to left or right in Tmux using keys Prefix + { and Prefix + }
Published onNovember 20, 2022Kill a Tmux SessionlinuxtmuxLearn how to kill a tmux session using tmux kill-session command.
Published onNovember 19, 2022Tmux Cheat Sheet - keyboard shortcutslinuxtmuxTmux cheat sheet with all keyboard shortcuts in one place.
Published onNovember 19, 2022Tmux Conf - keyboard bindingslinuxtmuxtmux.conf template and let's learn to create custom keyboard shortcuts.
Published onNovember 18, 2022Enable vi-like copy paste in TmuxlinuxtmuxLearn how to enable vi-like Copy-Paste behaviour in Tmux by setting configuration in tmux.conf
Published onNovember 18, 2022Create tmux.conf file with default settingslinuxtmuxLearn how to create tmux.conf file with current or default settings.
Published onNovember 16, 2022Create a new Tmux WindowlinuxtmuxLearn how to create a tmux window using tmux prefix + c command.
Published onNovember 15, 2022Change Prefix to a different keyboard shortcut in TmuxlinuxtmuxLearn how to Change Prefix to a different keyboard shortcut in tmux to Ctrl-A.
Published onNovember 15, 2022Change pane color in TmuxlinuxtmuxLearn how to change color of the current pane in tmux using window-active-style bg=black.
Published onNovember 13, 2022Switch windows in TmuxlinuxtmuxLearn how to switch windows in Tmux using keys Prefix + p and Prefix + n
Published onNovember 13, 2022Close a window in TmuxlinuxtmuxLearn how to close a tmux window using keys Prefix + &
Published onNovember 13, 2022Rename window in TmuxlinuxtmuxLearn how to rename in tmux using keys Prefix + ,
Published onNovember 13, 2022Convert Pane to Window in TmuxlinuxtmuxLearn how to convert a pane to a window in tmux using keys Prefix + !.
Published onNovember 13, 2022Convert 2 windows to 2 panes in a window in TmuxlinuxtmuxLearn how to convert 2 windows to 2 panes in a window in tmux using the command join-pane
Published onNovember 13, 2022Switch window horizontally in TmuxlinuxtmuxLearn how to switch window horizontally in tmux using keys Prefix + %
Published onNovember 13, 2022Switch window vertically in TmuxlinuxtmuxLearn how to switch window vertically in tmux using keys Prefix + "
Published onNovember 13, 2022Switch panes in TmuxlinuxtmuxLearn how to switch panes in tmux using keys Prefix + ARROW KEY.
Published onNovember 13, 2022Zoom to Full Screen in TmuxlinuxtmuxLearn how to zoom a pane to fullscreen in tmux using keys Prefix + z.
Published onNovember 11, 2022Resize Tmux window size to full screenlinuxtmuxLearn how to resize a tmux window size to full screen using resize-window command.
Published onNovember 10, 2022Create a nested Tmux SessionlinuxtmuxLearn how to create a nested tmux session using tmux new command.
Published onNovember 10, 2022Create a new pane in tmuxlinuxtmuxLearn how to create a new pane in tmux using keyboard shortcuts.
Published onNovember 10, 2022Create a Tmux SessionlinuxtmuxLearn how to create a tmux session using tmux new command.
Published onNovember 10, 2022Enable or Disable clipboard copy and paste in TmuxlinuxtmuxLearn how to restore Copy-Paste behaviour of mouse in Tmux by using the command set -g mouse command.
Published onNovember 10, 2022Enable or Disable mouse in TmuxlinuxtmuxLearn how to enable or disable mouse in Tmux by using the command set -g mouse command.
Published onNovember 10, 2022tmux: open terminal failed: missing or unsuitable terminal: xterm-256colorlinuxtmuxYou will need to set your terminal to a terminal that is available in your linux environment like xterm
Published onNovember 4, 2022List Tmux sessionslinuxtmuxLearn how to list all tmux sessions using the list-session command.
Published onNovember 4, 2022Attach to a Tmux sessionlinuxtmuxLearn how to attach back to a tmux session using the attach command.
Published onNovember 4, 2022Switch Tmux sessionslinuxtmuxLearn how to switch tmux session using keyboard shortcuts and switch command.
Published onNovember 3, 2022Detach to a Tmux sessionlinuxtmuxLearn how to detach from a tmux session using keyboard shortcuts.
Published onOctober 30, 2022Set scroll speed in TmuxlinuxtmuxLearn how to set scroll speed in tmux by binding keys of wheel-up and wheel-down.
Published onOctober 16, 2022How to exit nested Tmux sessionlinuxtmuxLearn how to exit a nested tmux session using a linux command.
Published onOctober 15, 2022How to exit Tmux sessionlinuxtmuxLearn how to exit a tmux session using keyboard shortcuts.
Published onOctober 6, 2022Set Transparent status bar on TmuxlinuxtmuxLearn how to set the status bar opacity to transparent pattern by altering tmux config.
Published onOctober 6, 2022How to reset Tmux Config?linuxtmuxLearn how to reset tmux config completely by deleting tmux.conf.
Published onSeptember 23, 2022Reload Tmux Config using tmux source-filelinuxtmuxLearn how to reload tmux config using tmux source-file command.
Published onSeptember 23, 2022Set default shell to bash in TmuxlinuxtmuxLearn how to set default shell to bash in tmux using set -g default-shell /bin/sh.
Published onSeptember 23, 2022Set default shell to fish in TmuxlinuxtmuxLearn how to set default shell to fish in tmux using set -g default-shell /bin/fish.
Published onSeptember 23, 2022Set default shell to zsh in TmuxlinuxtmuxLearn how to set default shell to zsh in tmux using set -g default-shell /bin/zsh.
Published onSeptember 22, 2022Clear History in TmuxlinuxtmuxLearn how to clear tmux history using the tmux clear-history command.
Published onSeptember 22, 2022Send commands to all panes in TmuxlinuxtmuxLearn how to send commands to all panes in Tmux using setw synchronize-panes on command.
Published onSeptember 15, 2022How to terminate pane and window in TmuxlinuxtmuxLearn to terminate window and pane in Tmux by killing the session of the window and pane
Published onSeptember 15, 2022How to increase scrollback buffer size of TmuxlinuxtmuxLearn to increase the scrollback buffer size and scroll limit in Tmux by changing the value of history-limit
Published onApril 16, 2020How to disconnect all other tmux userslinuxtmuxLearn how to disconnect all other tmux users with tmux detach-client command