make justfile better and cleanup zsh
Signed-off-by: cy <cy@cy7.sh>
This commit is contained in:
parent
da557a7b7e
commit
443ea96d1f
2 changed files with 2 additions and 6 deletions
|
@ -39,11 +39,6 @@
|
|||
initExtra = ''
|
||||
# disable control+s to pause terminal
|
||||
unsetopt FLOW_CONTROL
|
||||
# manually integrate fzf cause we need to make sure zsh-vi-mode
|
||||
# won't override C-r
|
||||
function zvm_after_init() {
|
||||
eval "$(${pkgs.fzf}/bin/fzf --zsh)"
|
||||
}
|
||||
|
||||
# useful emacs mode bindings
|
||||
bindkey -M viins "^E" end-of-line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue