mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-13 10:53:41 +02:00
feat(tmux): add tmux window-split
cli shortcuts (#32)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/32
This commit is contained in:
parent
1d70758e8a
commit
d1432cb07f
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ alias phpa="sudo update-alternatives --config php"
|
|||
# Kill all code-server processes. Sometimes it hangs on startup
|
||||
alias kvscode="ps uxa | grep .vscode-server | awk '{print $2}' | xargs kill -9"
|
||||
|
||||
# Tmux split commands, "q" for fast access, "w" for horizontal (right of q), "a" for vertical (below q)
|
||||
alias qw="tmux split-window -h"
|
||||
alias qa="tmux split-window -v"
|
||||
|
||||
# +-------------------+
|
||||
# | Directory & Files |
|
||||
# +-------------------+
|
||||
|
|
Loading…
Add table
Reference in a new issue