Skip to content

Commit

Permalink
chore(shell): bind to go with fg and bg
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Aug 31, 2024
1 parent 091d591 commit f3d5840
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
bindkey -v '^?' backward-delete-char;
bindkey -M viins 'jj' vi-cmd-mode;
bindkey -s '^y' '^uyazi\n'
bindkey -s '^z' '^ufg\n'
function zle-keymap-select() {
Expand Down

0 comments on commit f3d5840

Please sign in to comment.