mirror of
https://github.com/tmux/tmux.git
synced 2025-01-14 20:58:53 +00:00
Tweak a little bit.
This commit is contained in:
parent
e4cf738e36
commit
9ebeeddf78
@ -1,36 +1,42 @@
|
|||||||
# $Id: screen-keys.conf,v 1.1 2009-01-16 18:24:45 nicm Exp $
|
# $Id: screen-keys.conf,v 1.2 2009-01-16 20:04:54 nicm Exp $
|
||||||
#
|
#
|
||||||
# This configuration file binds many of the common GNU screen key bindings to
|
# This configuration file binds many of the common GNU screen key bindings to
|
||||||
# appropriate tmux key bindings. Note that for some key bindings there is no
|
# appropriate tmux key bindings. Note that for some key bindings there is no
|
||||||
# tmux analogue and also that this set omits binding some commands available in
|
# tmux analogue and also that this set omits binding some commands available in
|
||||||
# tmux but not in screen.
|
# tmux but not in screen.
|
||||||
|
|
||||||
### Unbind most existing tmux key bindings.
|
### Unbind existing tmux key bindings (except 0-9).
|
||||||
unbind a
|
unbind '"'
|
||||||
unbind b
|
unbind '#'
|
||||||
|
unbind &
|
||||||
|
unbind ,
|
||||||
|
unbind -
|
||||||
|
unbind :
|
||||||
|
unbind =
|
||||||
|
unbind ?
|
||||||
|
unbind [
|
||||||
|
unbind '\'
|
||||||
|
unbind ]
|
||||||
unbind c
|
unbind c
|
||||||
unbind d
|
unbind d
|
||||||
unbind e
|
|
||||||
unbind f
|
|
||||||
unbind g
|
|
||||||
unbind h
|
|
||||||
unbind i
|
|
||||||
unbind j
|
|
||||||
unbind k
|
|
||||||
unbind l
|
unbind l
|
||||||
unbind m
|
|
||||||
unbind n
|
unbind n
|
||||||
unbind o
|
unbind o
|
||||||
unbind p
|
unbind p
|
||||||
unbind q
|
|
||||||
unbind r
|
unbind r
|
||||||
unbind s
|
unbind s
|
||||||
unbind t
|
unbind t
|
||||||
unbind u
|
|
||||||
unbind v
|
|
||||||
unbind w
|
unbind w
|
||||||
unbind y
|
unbind x
|
||||||
unbind z
|
|
||||||
|
unbind Up
|
||||||
|
unbind Down
|
||||||
|
unbind M-Up
|
||||||
|
unbind M-Down
|
||||||
|
unbind C-Up
|
||||||
|
unbind C-Down
|
||||||
|
|
||||||
|
unbind C-b
|
||||||
|
|
||||||
### Set the prefix to ^A.
|
### Set the prefix to ^A.
|
||||||
set -g prefix ^A
|
set -g prefix ^A
|
||||||
@ -166,17 +172,6 @@ bind l refresh-client
|
|||||||
|
|
||||||
# select -
|
# select -
|
||||||
|
|
||||||
# select 0
|
|
||||||
# select 1
|
|
||||||
# select 2
|
|
||||||
# select 3
|
|
||||||
# select 4
|
|
||||||
# select 5
|
|
||||||
# select 6
|
|
||||||
# select 7
|
|
||||||
# select 8
|
|
||||||
# select 9
|
|
||||||
|
|
||||||
# paste ] ^]
|
# paste ] ^]
|
||||||
bind ] paste-buffer
|
bind ] paste-buffer
|
||||||
bind ^] paste-buffer
|
bind ^] paste-buffer
|
||||||
|
Loading…
Reference in New Issue
Block a user