Inital Commit
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user