Skip to content

Commit

Permalink
feat: use emacs key bindings for the terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
squirmy committed Nov 14, 2023
1 parent 6c59587 commit 6b38e55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/terminal.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ in {
programs.zsh = {
enable = true;
initExtra = ''
# emacs keymap
bindkey -e
# Start typing + [Up-Arrow] - fuzzy find history forward
autoload -U up-line-or-beginning-search
zle -N up-line-or-beginning-search
Expand Down

0 comments on commit 6b38e55

Please sign in to comment.