From c8d0bb47e4cc18944148f591387573530d4f6747 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Thu, 4 Jan 2024 10:47:36 +0100 Subject: [PATCH] removed the setting of the keyboard rate on every shell startup --- ansible/roles/fish/files/fish/config.fish | 3 --- 1 file changed, 3 deletions(-) diff --git a/ansible/roles/fish/files/fish/config.fish b/ansible/roles/fish/files/fish/config.fish index 4339866..0f98539 100644 --- a/ansible/roles/fish/files/fish/config.fish +++ b/ansible/roles/fish/files/fish/config.fish @@ -2,9 +2,6 @@ if status is-interactive # Enable vi-mode fish_vi_key_bindings - # Set the keyboard rate - xset r rate 200 50 - # Set the editor to use vim set --export --global EDITOR nvim