Skip to content

Commit

Permalink
Merge pull request #23 from yamacir-kit/vim
Browse files Browse the repository at this point in the history
Vim
  • Loading branch information
yamacir-kit authored Sep 17, 2023
2 parents 8a8498a + e02f5c8 commit 8b018b3
Show file tree
Hide file tree
Showing 8 changed files with 138 additions and 851 deletions.
24 changes: 24 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,36 @@ develop()
tmux select-pane -t 0
tmux send "./script/update.sh -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++" ENTER

tmux select-pane -t 4
tmux send "watch -cn1 git status" ENTER

tmux select-pane -t 5
tmux send "watch -cn1 git diff --stat --color --cached" ENTER

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

tmux new-window -c "$HOME/.meevax"

tmux split-window -c "$HOME/.meevax" -h
tmux split-window -c "$HOME/.meevax" -h
tmux split-window -c "$HOME/.meevax" -h
tmux split-window -c "$HOME/.meevax" -h

tmux select-layout even-horizontal

tmux select-pane -t 0
tmux split-window -c "$HOME/.meevax" -v

tmux select-pane -t 0
tmux send "ls -l ./build/bin/meevax" ENTER

tmux select-pane -t 1
tmux send "ls -l ./build/lib/libmeevax.so.0.4.*" ENTER

tmux select-window -t 0
tmux select-pane -t 0

tmux -2u attach-session -d -t $session_name
fi
}
Expand Down
35 changes: 0 additions & 35 deletions .vim/configs/quickrun.conf.vim

This file was deleted.

9 changes: 0 additions & 9 deletions .vim/configs/solarized.conf.vim

This file was deleted.

145 changes: 0 additions & 145 deletions .vim/configs/youcompleteme.conf.py

This file was deleted.

42 changes: 0 additions & 42 deletions .vim/configs/youcompleteme.conf.vim

This file was deleted.

Loading

0 comments on commit 8b018b3

Please sign in to comment.