Various things that have collected up

This commit is contained in:
Hunter Haugen 2010-09-28 15:47:24 -07:00
parent c9fc6d9f7f
commit ff4cadcde7
3 changed files with 7 additions and 2 deletions

View file

@ -176,6 +176,10 @@
("C-c s a" shellfm-add-to-playlist)
("C-c s q" shellfm 0)
("C-c s i" shellfm-track-info)
("C-S-<left>" shrink-window-horizontally)
("C-S-<right>" enlarge-window-horizontally)
("C-S-<down>" shrink-window)
("C-S-<up>" enlarge-window)
("M-s" save-buffer)
("M-n" global-linum-mode)
("M-N" make-frame)

2
.vimrc
View file

@ -977,7 +977,7 @@ au Filetype html,xml,xsl,sgml ",docbook
" explorador vertical
let g:explVertical=1
" define leader como =
let mapleader = "="
"let mapleader = "="
" Terminal companability
map <F15> <S-F3>

3
.zshrc
View file

@ -128,6 +128,7 @@ alias ll="l -Fl"
alias la="l -Fa"
alias lla="ll -Fa"
alias c="cd"
cl() { cd $@ && ls }
alias e="TERM=rxvt-256color; emacs -nw"
alias et="TERM=rxvt-256color; emacsclient -t"
alias ec="emacsclient -c --eval '(set-background-color \"black\")'"
@ -150,7 +151,7 @@ alias gpg-add="/usr/libexec/gpg-preset-passphrase"
alias rsync="rsync -azPHe ssh" #-a equals -rlptgoD
alias mang="cd ~/zips/mangband ; DISPLAY=\"\" ./mangclient"
alias nh="export HISTFILE=/dev/null"
alias cl="co -l"
#alias cl="co -l"
alias cu="ci -u"
alias sl="screen -ls"
alias sr="screen -r"