Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tmsanrinsha/dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
tmsanrinsha committed Nov 24, 2012
2 parents 7e05f27 + d4f8ad0 commit 5c7b5e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .tmux.conf
Expand Up @@ -177,6 +177,10 @@ set -g mouse-resize-pane on
# Ctrl+数値でそのウィンドウ番号に切り替え
#set -g terminal-overrides "*:kf13=[27;5;9~:kf14=[27;6;9~:kf15=[27;5;48~:kf16=[27;5;49~:kf17=[27;5;50~:kf18=[27;5;51~:kf19=[27;5;52~:kf20=[27;5;53~:kf21=[27;5;54~:kf22=[27;5;55~:kf23=[27;5;56~:kf24=[27;5;57~"
set -g terminal-overrides "*:kf13=[27;5;9~:kf14=[27;6;9~:kf15=[27;5;49~:kf16=[27;5;50~:kf17=[27;5;51~:kf18=[27;5;52~:kf19=[27;5;53~:kf20=[27;5;54~"
# 上でterminal-overfidesしたら、コピーモードでコピーした後、クリップボードに保存されなかったため
# 以下が必要
# http://doda.b.sourceforge.jp/2011/12/15/tmux-set-clipboard/
set -ag terminal-overrides "*:Ms=\\E]52;%p1%s;%p2%s\\7"
bind -n F13 next
bind -n F14 prev
bind -n F15 select-window -t 1
Expand Down
6 changes: 6 additions & 0 deletions .zashrc
Expand Up @@ -65,6 +65,12 @@ alias lla='ls -la'
alias cp='cp -ip'
alias mv='mv -i'

alias ...='cd ../..'
alias ....='cd ../../..'
alias .....='cd ../../../..'
alias ......='cd ../../../../..'
alias .......='cd ../../../../../..'

# sudo
# http://sanrinsha.lolipop.jp/blog/2012/05/su%E3%83%BBsudo.html
alias sudo='sudo '
Expand Down

0 comments on commit 5c7b5e1

Please sign in to comment.