Find word under cursor and xterm/screen settings
git-svn-id: http://photonzero.com/dotfiles/trunk@29 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
a277233f26
commit
a15d363bc8
2 changed files with 16 additions and 1 deletions
16
.screenrc
16
.screenrc
|
|
@ -121,7 +121,21 @@ startup_message off
|
||||||
term xterm
|
term xterm
|
||||||
|
|
||||||
# use an xterm's title bar to display the hardstatus line
|
# use an xterm's title bar to display the hardstatus line
|
||||||
termcapinfo xterm hs:ts=\E]0;:fs=\007:ds=\E]0;\007
|
#termcapinfo xterm hs:ts=\E]0;:fs=\007:ds=\E]0;\007
|
||||||
|
|
||||||
|
|
||||||
|
#Begin
|
||||||
|
#terminfo and termcap for nice 256 color terminal
|
||||||
|
# allow bold colors - necessary for some reason
|
||||||
|
attrcolor b ".I"
|
||||||
|
# tell screen how to set colors. AB = background, AF=foreground
|
||||||
|
termcapinfo xterm "Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm"
|
||||||
|
termcapinfo xterm-color "Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm"
|
||||||
|
# erase background with current bg color
|
||||||
|
defbce "on"
|
||||||
|
#End
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# make bells in this window audible
|
# make bells in this window audible
|
||||||
vbell off
|
vbell off
|
||||||
|
|
|
||||||
1
.vimrc
1
.vimrc
|
|
@ -58,6 +58,7 @@ nnoremap gK :bdelete<CR>
|
||||||
nnoremap gn :bn<CR>
|
nnoremap gn :bn<CR>
|
||||||
nnoremap gp :bp<CR>
|
nnoremap gp :bp<CR>
|
||||||
nnoremap gz :pclose<CR>
|
nnoremap gz :pclose<CR>
|
||||||
|
nnoremap gw g*
|
||||||
nmap P o<Esc>p
|
nmap P o<Esc>p
|
||||||
nnoremap j gj
|
nnoremap j gj
|
||||||
nnoremap k gk
|
nnoremap k gk
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue