Update README

Signed-off-by: trivernis <trivernis@protonmail.com>
imgbot
trivernis 2 years ago
parent 233aa1c023
commit 6d245dd3d6
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -1,4 +1,6 @@
# Helix
# Helix Plus
<h1 style="color:red">This is an unstable fork of helix with some PRs merged and some merge conflicts resolved </h1>
[![Build status](https://github.com/helix-editor/helix/actions/workflows/build.yml/badge.svg)](https://github.com/helix-editor/helix/actions)

@ -169,7 +169,7 @@ pub fn default() -> HashMap<Mode, Keymap> {
"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<Mode, Keymap> {
"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,

Loading…
Cancel
Save