w00t
git-svn-id: http://photonzero.com/dotfiles/trunk@15 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
3d2694fa28
commit
e62e779ee2
2 changed files with 10 additions and 0 deletions
|
|
@ -126,6 +126,9 @@ termcapinfo xterm hs:ts=\E]0;:fs=\007:ds=\E]0;\007
|
||||||
# make bells in this window audible
|
# make bells in this window audible
|
||||||
vbell off
|
vbell off
|
||||||
|
|
||||||
|
#fix scrollback residue from size changes
|
||||||
|
altscreen on
|
||||||
|
|
||||||
# make only the first window show up in the utmp, and report idle time to it
|
# make only the first window show up in the utmp, and report idle time to it
|
||||||
#screen -t "] |login" 0
|
#screen -t "] |login" 0
|
||||||
#reportidle
|
#reportidle
|
||||||
|
|
|
||||||
7
.vimrc
7
.vimrc
|
|
@ -34,6 +34,13 @@ vnoremap <Down> gj
|
||||||
vnoremap <Up> gk
|
vnoremap <Up> gk
|
||||||
inoremap <Down> <C-o>gj
|
inoremap <Down> <C-o>gj
|
||||||
inoremap <Up> <C-o>gk
|
inoremap <Up> <C-o>gk
|
||||||
|
nnoremap <C-a> ^
|
||||||
|
nnoremap <C-e> $
|
||||||
|
vnoremap <C-a> ^
|
||||||
|
vnoremap <C-e> $
|
||||||
|
inoremap <C-a> <C-O>^
|
||||||
|
inoremap <C-e> <C-O>$
|
||||||
|
|
||||||
|
|
||||||
if !exists(":W")
|
if !exists(":W")
|
||||||
command W :w
|
command W :w
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue