From 9a8e939cbe9c30e123d33b35751f286bbfb6cdbb Mon Sep 17 00:00:00 2001 From: Michael Angerman <1809991+stormasm@users.noreply.github.com> Date: Mon, 2 May 2022 08:31:52 -0700 Subject: [PATCH] remove ctrl-l from config.nu (#5415) --- docs/sample_config/default_config.nu | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/sample_config/default_config.nu b/docs/sample_config/default_config.nu index bd63a6ddcc..73bda6f701 100644 --- a/docs/sample_config/default_config.nu +++ b/docs/sample_config/default_config.nu @@ -383,12 +383,5 @@ let-env config = { mode: [emacs, vi_normal, vi_insert] event: { send: menu name: commands_with_description } } - { - name: clear_backbuffer - modifier: control - keycode: char_l - mode: emacs - event: { send: ClearScrollback } - } ] }