From 6d245dd3d69e0e8b72f3adca91a1a9e25d29a19a Mon Sep 17 00:00:00 2001 From: trivernis Date: Mon, 19 Sep 2022 17:55:20 +0200 Subject: [PATCH] Update README Signed-off-by: trivernis --- README.md | 4 +++- helix-term/src/keymap/default.rs | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff0699c6..193f6de8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Helix +# Helix Plus + +

This is an unstable fork of helix with some PRs merged and some merge conflicts resolved

[![Build status](https://github.com/helix-editor/helix/actions/workflows/build.yml/badge.svg)](https://github.com/helix-editor/helix/actions) diff --git a/helix-term/src/keymap/default.rs b/helix-term/src/keymap/default.rs index 07d0913e..563b9bde 100644 --- a/helix-term/src/keymap/default.rs +++ b/helix-term/src/keymap/default.rs @@ -169,7 +169,7 @@ pub fn default() -> HashMap { "C-u" => half_page_up, "C-d" => half_page_down, - "C-w" => { "Window" + "C-v" => { "View" "C-w" | "w" => rotate_view, "C-s" | "s" => hsplit, "C-v" | "v" => vsplit, @@ -233,7 +233,7 @@ pub fn default() -> HashMap { "E" => dap_disable_exceptions, }, "w" => workspace_command_picker, - "v" => { "Window" + "v" => { "View" "C-w" | "w" => rotate_view, "C-s" | "s" => hsplit, "C-v" | "v" => vsplit,