Skip to content

Commit

Permalink
v2017-09-26
Browse files Browse the repository at this point in the history
  • Loading branch information
Arondight committed Sep 26, 2017
1 parent 3311300 commit 8af3245
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v2017-09-26
* tmux:
更新了按键设置
* zsh:
修正了android_env 中错误的repo 脚本

v2017-06-15
* zsh:
启用插件zsh-syntax-highlighting
Expand Down
8 changes: 4 additions & 4 deletions tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ setw -g mode-key vi
bind Escape copy-mode
unbind p
bind p paste-buffer
bind -t vi-copy 'v' begin-selection
bind -t vi-copy 'y' copy-selection
bind -t vi-copy 'Space' halfpage-down
bind -t vi-copy 'Bspace' halfpage-up
bind -T copy-mode-vi 'v' send begin-selection
bind -T copy-mode-vi 'y' send copy-selection
bind -T copy-mode-vi 'Space' send halfpage-down
bind -T copy-mode-vi 'Bspace' send halfpage-up

# ==============================================================================
# Escape 键
Expand Down
2 changes: 1 addition & 1 deletion zsh/.zsh/androidenv/androidenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function repo ()

export LC_ALL=''
# Here MUST be "env" not "command"
env repo "$*"
env repo $*

export LC_ALL="$LC_ALL_bak"

Expand Down

0 comments on commit 8af3245

Please sign in to comment.