diff --git a/home/modules/neovim.nix b/home/modules/neovim.nix index 7bed139..31b8c88 100644 --- a/home/modules/neovim.nix +++ b/home/modules/neovim.nix @@ -41,7 +41,7 @@ in { plugins = with pkgs.vimPlugins; [ vim-nix - vim-visual-multi + vim-multiple-cursors ]; }; home.sessionVariables = { diff --git a/home/modules/zsh/default.nix b/home/modules/zsh/default.nix index 7d4a20b..5e33633 100644 --- a/home/modules/zsh/default.nix +++ b/home/modules/zsh/default.nix @@ -19,15 +19,6 @@ in { programs.zsh = { enable = true; syntaxHighlighting.enable = true; - autosuggestion.enable = true; - - history = { - append = true; - expireDuplicatesFirst = true; - ignoreAllDups = true; - ignoreSpace = true; - }; - initExtra = import ./zshrc.nix {inherit config lib pkgs;}; }; }; diff --git a/home/modules/zsh/zshrc.nix b/home/modules/zsh/zshrc.nix index 97700ba..f210031 100644 --- a/home/modules/zsh/zshrc.nix +++ b/home/modules/zsh/zshrc.nix @@ -87,8 +87,8 @@ alias nixoide="nix repl ''" alias vps="ssh -A vps" bindkey -e - bindkey "^[[1;5D" backward-word - bindkey "^[[1;5C" forward-word + bindkey ";5D" backward-word + bindkey ";5C" forward-word bindkey "\e[3~" delete-char function use() {