nudged around tmux panels
This commit is contained in:
parent
1f72c3579a
commit
517b6360bd
1 changed files with 3 additions and 3 deletions
|
|
@ -6,8 +6,8 @@ neofetch
|
||||||
# create custom env variables:
|
# create custom env variables:
|
||||||
export CPROJ="/home/brian/Documents/Code/python/python_crash_course/projects/data_visualization"
|
export CPROJ="/home/brian/Documents/Code/python/python_crash_course/projects/data_visualization"
|
||||||
# custom BROWSER env for ddgr:
|
# custom BROWSER env for ddgr:
|
||||||
export BROWSER=firefox-developer-edition
|
#export BROWSER=firefox-developer-edition
|
||||||
#export BROWSER=links
|
export BROWSER=links
|
||||||
|
|
||||||
#enable vi keybindings in terminal and terminal applications
|
#enable vi keybindings in terminal and terminal applications
|
||||||
set -o vi
|
set -o vi
|
||||||
|
|
@ -194,7 +194,7 @@ alias view="viewnior"
|
||||||
alias serve="live-server"
|
alias serve="live-server"
|
||||||
alias tree="tree -ad -L 3 --prune -C"
|
alias tree="tree -ad -L 3 --prune -C"
|
||||||
alias {nv,nvi}="nvim"
|
alias {nv,nvi}="nvim"
|
||||||
alias {mymux,memux,mmux}="tmux new-session \; send-keys 'nvim' C-m\; split-window -v -p 4\; send-keys 'clear' C-m\; split-window -h -p 10\; send-keys 'clear && ddgr' C-m\; select-pane -t 0\;"
|
alias {mymux,memux,mmux}="tmux new-session \; send-keys 'nvim' C-m\; split-window -v -p 3\; send-keys 'clear' C-m\; split-window -h -p 10\; send-keys 'clear && ddgr' C-m\; select-pane -t 0\;"
|
||||||
alias {cproj,mproj,myproj}="cd '$CPROJ' && mmux"
|
alias {cproj,mproj,myproj}="cd '$CPROJ' && mmux"
|
||||||
alias tls="tmux ls"
|
alias tls="tmux ls"
|
||||||
alias ta="tmux a -t"
|
alias ta="tmux a -t"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue