From f1a3723fe304a0a704812a243be10f21de3934e3 Mon Sep 17 00:00:00 2001 From: lub Date: Tue, 17 Sep 2019 11:38:53 +0200 Subject: [PATCH] remove vi mode never used it anyways --- dotfiles/bash/.bashrc | 4 +--- profile.ps1 | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/dotfiles/bash/.bashrc b/dotfiles/bash/.bashrc index d0dfbe1..aa98ae8 100644 --- a/dotfiles/bash/.bashrc +++ b/dotfiles/bash/.bashrc @@ -82,6 +82,4 @@ alias autopurge='sudo pacman -Rns $(pacman -Qdtq)' alias syu='sudo pacman -Syu; sudo pacman -Rns $(pacman -Qdtq); pacman -Qem; cower -u' alias d-u='sudo apt update && sudo apt full-upgrade && sudo apt --purge autoremove && sudo apt clean' alias pp='git pull -r && git push' -alias statdiff='git status && git diff --staged' - -set -o vi +alias statdiff='git status && git diff --staged' \ No newline at end of file diff --git a/profile.ps1 b/profile.ps1 index a07afb9..49aa984 100644 --- a/profile.ps1 +++ b/profile.ps1 @@ -1,5 +1,3 @@ -Set-PSReadLineOption -EditMode Vi - #region keybindings Set-PSReadlineKeyHandler -Key Tab -Function Complete Set-PSReadlineKeyHandler -Key Ctrl+d -Function ViExit