You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm asking for help ...
Does someone succeded to create one good configuration file for tmux which allow using Ctrl+Ins for copy in far2l running from putty4far2l ?!
far2l under putty4far2l works great outside tmux but I can't create the correct config file for tmux.
maybe is something wrong in my tmux.conf file or has something with $TERM variable ?!
# Disallow window renaming in the tmux configuration
set allow-rename off
set-window-option -g allow-rename off
set-option -gw xterm-keys on
# Set bind key to reload configuration file
bind r source-file ~/.tmux.conf \; display "Reloaded!"
# Change default prefix
unbind C-Space
set -g prefix C-Space
bind C-Space send-prefix
# Set the base index for windows to 1 instead of 0
set -g base-index 1
# Set the base index for panes to 1 instead of 0
set -g pane-base-index 1
# splitting panes with | and -
bind-key "|" split-window -h
bind-key "\\" split-window -h
bind-key "-" split-window -v
bind-key "_" split-window -v
unbind C-Tab
unbind C-S-Tab
bind-key -n "C-Tab" select-pane -t :.+
bind-key -n "C-S-Tab" select-pane -t :.-
bind-key -n "^[`" select-pane -t :.+
bind-key -n "^[~" select-pane -t :.-
bind Space last-pane
# Enable mouse support
# set -g mouse on
set -g mouse-resize-pane on
set -g mouse-select-pane on
set -g mouse-select-window on
# set the status line's colors
# set -g status-style fg=white,bg=blue
# set status format
set -g status-right '"#22T" %H:%M %Y-%m-%d'
# Set different background color for active window
set -g window-status-current-bg magenta
#select-window -t 1
#split-window -h -p 50 'ml'
#select-pane -t 1
#split-window -v -p 25 'htop -d 50'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm asking for help ...
Does someone succeded to create one good configuration file for tmux which allow using Ctrl+Ins for copy in far2l running from putty4far2l ?!
far2l under putty4far2l works great outside tmux but I can't create the correct config file for tmux.
maybe is something wrong in my tmux.conf file or has something with $TERM variable ?!
Beta Was this translation helpful? Give feedback.
All reactions