9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
alias fw find-file-other-window $1
|
|
alias ft find-file-other-tab $1
|
|
alias ff find-file $1
|
|
alias gs magit-status
|
|
alias clear clear-scrollback
|
|
alias d dired-other-window $1
|
|
alias gt goto
|
|
alias pr project-root
|
|
alias ss sudo-switch |