[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Re: Re: vreemde tekens in screen



On Friday 09 August 2013 11:01:34 Geert Stappers wrote:
> Blijkt dat ie standaard niet de "screen keyboard short cuts" heeft.
> Dan ga je de manual page lezen om te kijken of het wel kan.

Ik heb een deel van mijn ~/.tmux.conf attached, waarbij oa de screen keyboard 
shortcuts (vnl Ctl+A) 'hersteld' worden.

> Op http://rosa.stappers.nl/ff/formatManualPage.png is te zien dat de regel
> 'tmux -- terminal multiplexer' mis gaat.
> Dat is op de overgang van dik gedrukt naar normaal.
> 
> Mijn inschatting is dat er wat anders aan de hand is dan iets
> in dan alleen in screen.

Mijn gok zou zijn dat het aan je router zelf ligt (aangenomen dat dat 'remote' 
is). Buiten dat heb ik (voorlopig) geen andere suggesties.

-- 
GPG: 0x138E41915C7EFED6
# Disable rat-tailed-beast
set-window-option -g mode-mouse off

# Use UTF-8
set-window-option -g utf8 on

# Use 256 colors
set-option -g default-terminal "screen-256color"

# Use vi-mode
set-window-option -g mode-keys vi

# Remap prefix to Ctrl+a
set-option -g prefix C-a
unbind C-b
# Allow Ctr+a to be send to the 'main' program
bind C-a send-prefix

# Reduce delay between commands
set-option -s escape-time 1

# Set the base index to change windows to 1
set-option -g base-index 1
# And the same for panes
set-window-option -g pane-base-index 1

# Bind R to reload tmux configuration file
bind R source-file ~/.tmux.conf \; display "Reloaded!"

# Bind better shortcuts to splitting panes
bind | split-window -h
bind - split-window -v

# Select different panes with vim's keybindings
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R

# Resize panes with vim's keybindings                                                                                                                                                                                                        
bind -r H resize-pane -L 3                                                                                                                                                                                                                   
bind -r J resize-pane -D 3                                                                                                                                                                                                                   
bind -r K resize-pane -U 3                                                                                                                                                                                                                   
bind -r L resize-pane -R 3

Attachment: signature.asc
Description: This is a digitally signed message part.


Reply to: