Skip to content

Commit 152643e

Browse files
committed
updata
1 parent c892396 commit 152643e

File tree

3 files changed

+54
-761
lines changed

3 files changed

+54
-761
lines changed

.ideavimrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
inoremap jj <ESC>
2+
"ビジュアルモード時vで行末まで選択
3+
vnoremap v $h

.tmux.conf

+7-14
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,12 @@ set-option -g default-shell /bin/zsh
99

1010
set-option -g default-command "reattach-to-user-namespace -l zsh"
1111

12-
set-window-option -g utf8 on
12+
13+
1314
set-window-option -g xterm-keys on
1415
set-window-option -g mode-keys vi
1516
set-window-option -g automatic-rename on
16-
set -g mode-mouse on
17-
set -g mouse-resize-pane on
18-
set -g mouse-select-pane on
19-
set -g mouse-select-window on
20-
17+
set-option -g mouse on
2118
set-option -g history-limit 10000
2219
set-option -g base-index 1
2320
set-option -g pane-base-index 1
@@ -29,7 +26,7 @@ set-option -s escape-time 0
2926
set-option -g default-terminal "xterm-256color"
3027

3128
# pane-active-border
32-
set-window-option -g window-status-current-format "#[fg=colour236, bg=colour124]⮀#[fg=colour255, bg=colour124] #I #W #[fg=colour124, bg=colour236]⮀"
29+
set-window-option -g window-status-current-format "#[fg=colour236, bg=colour136]#[fg=colour255, bg=colour168] #I #W #[fg=colour124, bg=colour136]"
3330
set-option -g status on
3431
set-option -g status-interval 2
3532
set-option -g status-utf8 on
@@ -38,16 +35,13 @@ set -g status-bg colour236
3835
set -g status-fg colour255
3936
set-option -g status-left-length 100
4037
set-option -g status-right-length 120
41-
set-option -g status-left "#[fg=colour31]#(pwd-name) #[bg=colour31]#[fg=0]# UGA %% #[bg=colour236]#[fg=colour31]⮀"
42-
#set-option -g status-left "#(~/.tmux/tmux-powerline/powerline.sh left)#[bg=colour0]#[fg=colour255] #[fg=colour198]#(pwd-name) #[bg=colour22]#[fg=white] M #(~/.tmux/bin/used-mem) %% #[bg=colour0]#[fg=colour22]⮀"
38+
set-option -g status-left "##[bg=colour191]#[fg=0]# UGA %% #[bg=colour236]#[fg=colour168]"
4339

44-
set-option -g status-right "#(~/.tmux/tmux-powerline/powerline.sh right)"
40+
#set-option -g status-right "#(~/.tmux/tmux-powerline/powerline.sh right)"
4541

4642
# KeyBindings
4743
bind r source-file ~/.tmux.conf\; display-message "Reload Config!!"
4844

49-
#split windows like vim
50-
# vim's definition of a horizontal/vertical split is reversed from tmux's
5145
bind s split-window -v
5246
bind v split-window -h
5347

@@ -91,5 +85,4 @@ bind K confirm-before kill-pane
9185
# 各種ペインの移動
9286
bind < resize-pane -L 1
9387
bind > resize-pane -R 1
94-
bind - resize-pane -D 1
95-
bind + resize-pane -U 1
88+

0 commit comments

Comments
 (0)