mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-13 19:03:40 +02:00
feat(tmux): add tmux window-split cli shortcuts
This commit is contained in:
parent
1d70758e8a
commit
13b4a7d7e1
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