Browse code

screenrc - v1.2 - Correct bug about tab renaming

Fred authored on02/09/2014 23:24:29
Showing1 changed files
... ...
@@ -1,8 +1,8 @@
1 1
 # Title: .screenrc
2 2
 # Author: Frédéric CHEVALIER <f15.chevalier@gmail.com>
3
-# Version: 1.1
3
+# Version: 1.2
4 4
 # Created in: 2014-08-11
5
-# Modified in: 2014-08-21
5
+# Modified in: 2014-09-02
6 6
 
7 7
 
8 8
 
... ...
@@ -10,6 +10,7 @@
10 10
 # Versions #
11 11
 #==========#
12 12
 
13
+# v1.2 - 2014-09-02: correction of a minor bug on key binding for renaming
13 14
 # v1.1 - 2014-08-21: clean up / reading of .screen_profile added
14 15
 # v1.0 - 2014-08-12: huge improvement from informations get on the Internet
15 16
 # v0.0 - 2014-08-11: creation
... ...
@@ -81,7 +82,7 @@ bindkey -k k3 eval "clear" "focus up" "clear" "focus up"    # F3: clear both reg
81 82
 # Window management
82 83
 bindkey -k k4 quit          # F4: close all windows and exit screen
83 84
 bindkey -k k5 windowlist    # F5: windowlist
84
-bindkey -k k12 title        # F12: rename window
85
+bindkey -k F2 title         # F12: rename window
85 86
 
86 87
 bindkey "^[[6;5~" next      # Ctrl-pgup: move to the next window
87 88
 bindkey "^[[5;5~" prev      # Ctrl-pgdown: move to the previous window