about summary refs log tree commit diff stats
path: root/home-manager/config/lf
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/config/lf')
-rw-r--r--home-manager/config/lf/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/home-manager/config/lf/default.nix b/home-manager/config/lf/default.nix
index 5dfbad73..0c7446d7 100644
--- a/home-manager/config/lf/default.nix
+++ b/home-manager/config/lf/default.nix
@@ -222,8 +222,8 @@ in {
     keybindings = {
       # Remove some defaults
       m = null;
-      "'" = null;
-      #" = null; # TODO
+      "\"'\"" = null;
+      "'\"'" = null;
       d = null;
       c = null;
       e = null;