Skip to content

Commit 8b018b3

Browse files
authoredSep 17, 2023
Merge pull request #23 from yamacir-kit/vim
Vim
2 parents 8a8498a + e02f5c8 commit 8b018b3

8 files changed

+138
-851
lines changed
 

‎.bashrc

+24
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,36 @@ develop()
125125
tmux select-pane -t 0
126126
tmux send "./script/update.sh -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++" ENTER
127127

128+
tmux select-pane -t 4
129+
tmux send "watch -cn1 git status" ENTER
130+
128131
tmux select-pane -t 5
129132
tmux send "watch -cn1 git diff --stat --color --cached" ENTER
130133

131134
tmux select-pane -t 6
132135
tmux send "watch -cn1 git diff --stat --color" ENTER
133136

137+
tmux new-window -c "$HOME/.meevax"
138+
139+
tmux split-window -c "$HOME/.meevax" -h
140+
tmux split-window -c "$HOME/.meevax" -h
141+
tmux split-window -c "$HOME/.meevax" -h
142+
tmux split-window -c "$HOME/.meevax" -h
143+
144+
tmux select-layout even-horizontal
145+
146+
tmux select-pane -t 0
147+
tmux split-window -c "$HOME/.meevax" -v
148+
149+
tmux select-pane -t 0
150+
tmux send "ls -l ./build/bin/meevax" ENTER
151+
152+
tmux select-pane -t 1
153+
tmux send "ls -l ./build/lib/libmeevax.so.0.4.*" ENTER
154+
155+
tmux select-window -t 0
156+
tmux select-pane -t 0
157+
134158
tmux -2u attach-session -d -t $session_name
135159
fi
136160
}

‎.vim/configs/quickrun.conf.vim

-35
This file was deleted.

‎.vim/configs/solarized.conf.vim

-9
This file was deleted.

‎.vim/configs/youcompleteme.conf.py

-145
This file was deleted.

‎.vim/configs/youcompleteme.conf.vim

-42
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.