Debian/Copy and Paste

.screenrc

backtick 0 0 0 uim-fep-tick
hardstatus alwayslastline "%0`"
bind j exec | uim-fep -S
bind k eval 'exec cat' kill redisplay

.bashrc

#command aliases
alias jt='jfbterm --config ~/.jfbterm.conf -q'
alias w3m='w3m -v'

.profile

#Read ~/.bashrc
. ~/.bashrc

.uim

(define default-im-name 'anthy)
(require-module "anthy")
(define-key anthy-shrink-segment-key? '("tab" "<IgnoreCase><Control>i" "<Shift>left"))
(define-key generic-on-key? '("<Shift> " "<IgnoreShift><Control>\\"))
(define-key generic-off-key? '("<Shift> " "<IgnoreShift><Control>\\"))