Inital Commit
This commit is contained in:
3
config/tmux/sessions/assembly
Normal file
3
config/tmux/sessions/assembly
Normal file
@@ -0,0 +1,3 @@
|
||||
tmux new-session -d -s 'assembly' -n 'neovim' -c ~/Projects/assembly
|
||||
tmux new-window -t assembly -n shell -c ~/Projects/assembly
|
||||
tmux select-window -t assembly:0
|
||||
3
config/tmux/sessions/c
Executable file
3
config/tmux/sessions/c
Executable file
@@ -0,0 +1,3 @@
|
||||
tmux new-session -d -s 'c' -n 'neovim' -c ~/Projects/c
|
||||
tmux new-window -t c -n shell
|
||||
tmux select-window -t c:0
|
||||
6
config/tmux/sessions/default
Executable file
6
config/tmux/sessions/default
Executable file
@@ -0,0 +1,6 @@
|
||||
tmux new-session -d -s 'default' -n 'neovim'
|
||||
tmux new-window -t default -n 'shell'
|
||||
#tmux split-window -t default:1.0 -h*/
|
||||
#tmux split-window -t default:1.1 */
|
||||
#tmux resize-pane -t default:1.2 -x 60 -y 20*/
|
||||
tmux select-window -t default:0
|
||||
3
config/tmux/sessions/python
Executable file
3
config/tmux/sessions/python
Executable file
@@ -0,0 +1,3 @@
|
||||
tmux new-session -d -s 'python' -n 'neovim' -c ~/Projects/python
|
||||
tmux new-window -t python -n shell -c ~/Projects/python
|
||||
tmux select-window -t python:0
|
||||
3
config/tmux/sessions/rust
Executable file
3
config/tmux/sessions/rust
Executable file
@@ -0,0 +1,3 @@
|
||||
tmux new-session -d -s 'rust' -n 'neovim' -c ~/Projects/rust
|
||||
tmux new-window -t rust -n shell -c ~/Projects/rust
|
||||
tmux select-window -t rust:0
|
||||
3
config/tmux/sessions/teddit
Executable file
3
config/tmux/sessions/teddit
Executable file
@@ -0,0 +1,3 @@
|
||||
tmux new-session -d -s 'teddit' -n 'neovim' -c ~/Projects/rust/teddit
|
||||
tmux new-window -t teddit -n shell -c ~/Projects/rust/teddit
|
||||
tmux select-window -t teddit:0
|
||||
3
config/tmux/sessions/test
Executable file
3
config/tmux/sessions/test
Executable file
@@ -0,0 +1,3 @@
|
||||
tmux new-session -d -s 'test' -n 'neovim' -c ~/Projects/test
|
||||
tmux new-window -t test -n shell
|
||||
tmux select-window -t test:0
|
||||
Reference in New Issue
Block a user