From 2539f7b68c19165d233fb4a2eab5dd27715988d7 Mon Sep 17 00:00:00 2001 From: "Joel R." <59534812+h0useofdupree@users.noreply.github.com> Date: Tue, 29 Jul 2025 04:48:51 +0200 Subject: session: add optional vim-like keybinds (#291) Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index fd26863..d1cc4fa 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,7 @@ All configuration options are in `~/.config/caelestia/shell.json`. }, "session": { "dragThreshold": 30, + "vimKeybinds": false, "commands": { "logout": ["loginctl", "terminate-user", ""], "shutdown": ["systemctl", "poweroff"], -- cgit v1.2.3-freya