mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-01-13 13:56:00 +01:00
Compare commits
No commits in common. "2fa3e8475d3f0a61148adae5acd183e53973425a" and "f8a9d8ca29097ec33ec5532300c05240de9de4bf" have entirely different histories.
2fa3e8475d
...
f8a9d8ca29
2 changed files with 6 additions and 7 deletions
|
|
@ -127,10 +127,10 @@ mkd () {
|
|||
# Short-hands for various git functions
|
||||
gitf () {
|
||||
case "$1" in
|
||||
# Stage and list changes to be committed
|
||||
"a")
|
||||
git add $2
|
||||
gitf
|
||||
# Stage all changes and fall through to WIP commit
|
||||
"aw")
|
||||
git add .
|
||||
gitf w
|
||||
;;
|
||||
|
||||
# Checkout [and create] a git branch (defaults to "master")
|
||||
|
|
@ -204,7 +204,7 @@ sshl () {
|
|||
# | Tmux |
|
||||
# +------+
|
||||
|
||||
# Tmux split commands, "q" for fast access, "w" for horizontal (right of q), "a" for vertical (below q)
|
||||
# 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"
|
||||
|
||||
|
|
|
|||
|
|
@ -19,6 +19,5 @@
|
|||
"terminal.integrated.cursorStyleInactive": "none",
|
||||
"debug.internalConsoleOptions": "neverOpen",
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"window.customMenuBarAltFocus": false,
|
||||
"diffEditor.ignoreTrimWhitespace": false
|
||||
"window.customMenuBarAltFocus": false
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue