You are not logged in.

#1 2009-04-08 08:43:20

Barrucadu
Member
From: York, England
Registered: 2008-03-30
Posts: 1,158
Website

Screen vert_split

I've recently discovered the wonders of screen smile

But... how do I vert_split the window? The manpage suggests C-a-S, which only performs the split action, not vert_split.

I've installed screen-git and tried adding "bind V vert_split" to my .screenrc file, but no luck.

edit: Nevermind, I've figured it out smile

I do have another problem however, the home and end keys now don't work, nor does Ctrl+Left,Right. Home/End spits out a ~, and Ctrl+Left,Right does nothing. Here is the relevant section from my .zshrc (I'm also using urxvtc):

# Keyboard Shortcuts
bindkey "\eOH" beginning-of-line
bindkey "\eOF" end-of-line
bindkey "^[[7~" beginning-of-line
bindkey "^[[8~" end-of-line
bindkey "\e[5~" beginning-of-history
bindkey "\e[6~" end-of-history
bindkey "\e[3~" delete-char
bindkey "\e[2~" quoted-insert
bindkey ";5C" forward-word
bindkey ";5D" backward-word
bindkey "\e0c" forward-word
bindkey "\e0d" backward-word
bindkey "^[0c" forward-word
bindkey "^[0d" backward-word
bindkey "^[[0c" forward-word
bindkey "^[[0d" backward-word
bindkey "^[[C" forward-char
bindkey "^[[D" backward-char
bindkey "\e[C" forward-char
bindkey "\e[D" backward-char
bindkey "5~" backward-delete-word

Last edited by Barrucadu (2009-04-08 08:59:40)

Offline

Board footer

Powered by FluxBB