Skip to content

Commit

Permalink
Update commands.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
luckydye authored Jan 31, 2025
1 parent 682c551 commit 59a4040
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ function dec() {
openssl enc -d -aes-256-cbc -salt -pbkdf2 -in $1 -out $out $2
}

bindkey -s '^p' 'run find_file\n'
bindkey -s '^x' 'run find_project\n'
bindkey -s '^l' 'da\n'
bindkey -s '^f' 'ff\n'
bindkey -s '^g' 'graph\n'
bindkey -s '^p' 'ff ^M'
bindkey -s '^x' 'fp ^M'
bindkey -s '^l' 'da ^M'
bindkey -s '^f' 'ff ^M'
bindkey -s '^g' 'g ^M'

0 comments on commit 59a4040

Please sign in to comment.