dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit 7b125dfce37d75ac9e4a325d74d589b739c95460
parent 3ddf817de07b0547142cf939c21244fa9b42ac27
Author: Jake Koroman <jakekoroman@proton.me>
Date:   Sun, 24 Nov 2024 15:38:44 -0500

fish: revert back to default binds.

Diffstat:
M.config/fish/config.fish | 2+-
M.config/fish/fish_variables | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/fish/config.fish b/.config/fish/config.fish @@ -1,5 +1,5 @@ if status is-interactive - fish_vi_key_bindings + # fish_vi_key_bindings set -g fish_greeting end diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables @@ -26,7 +26,7 @@ SETUVAR fish_color_selection:\x2d\x2dbackground\x3dB218B2 SETUVAR fish_color_status:red SETUVAR fish_color_user:brgreen SETUVAR fish_color_valid_path:\x2d\x2dunderline -SETUVAR fish_key_bindings:fish_vi_key_bindings +SETUVAR fish_key_bindings:fish_default_key_bindings SETUVAR fish_pager_color_background:\x1d SETUVAR fish_pager_color_completion:BBB SETUVAR fish_pager_color_description:666