fixed UTF-8 support in screen
This commit is contained in:
parent
8f5dc05115
commit
66e16a4982
3 changed files with 33 additions and 16 deletions
37
dotfiles/system/etc/screenrc.over
Normal file
37
dotfiles/system/etc/screenrc.over
Normal file
|
@ -0,0 +1,37 @@
|
|||
defutf8 on
|
||||
autodetach on
|
||||
startup_message off
|
||||
defscrollback 10240
|
||||
|
||||
# scroll through scrollback
|
||||
termcapinfo xterm* ti@:te@
|
||||
|
||||
# use current bg color for erased chars
|
||||
defbce on
|
||||
|
||||
# remapping dangerous keybindings
|
||||
bind k
|
||||
bind ^k
|
||||
bind .
|
||||
bind ^\
|
||||
bind \\
|
||||
bind ^h
|
||||
bind h
|
||||
bind 'K' kill
|
||||
bind 'I' login on
|
||||
bind 'O' login off
|
||||
bind '}' history
|
||||
|
||||
# drop scrollback command
|
||||
bind '/' eval "scrollback 0" "scrollback 15000"
|
||||
|
||||
# my preferred default windows
|
||||
screen 0 sudo su -
|
||||
screen 1 sudo ionice -c 3 nice su -
|
||||
screen 2 sudo ionice -c 3 nice su -
|
||||
screen 3 sudo ionice -c 3 nice su -
|
||||
screen 4 sudo ionice -c 3 nice su -
|
||||
screen 5 red-noise.sh
|
||||
screen 6 syncthing -no-browser
|
||||
screen 7 /home/overwatch/Research/old/Development/Et/et-dictionary/screen-wrapper.sh
|
||||
screen 8 zsh
|
Loading…
Add table
Add a link
Reference in a new issue