nu: use ctrl+hjkl for movement and history (alt are used by zellij)
This commit is contained in:
parent
71355aa027
commit
9a7ab0608e
@ -762,7 +762,7 @@ $env.config = {
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
name: move_up
|
name: move_up
|
||||||
modifier: alt
|
modifier: control
|
||||||
keycode: char_k
|
keycode: char_k
|
||||||
mode: [vi_normal, vi_insert]
|
mode: [vi_normal, vi_insert]
|
||||||
event: {
|
event: {
|
||||||
@ -774,7 +774,7 @@ $env.config = {
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
name: move_down
|
name: move_down
|
||||||
modifier: alt
|
modifier: control
|
||||||
keycode: char_j
|
keycode: char_j
|
||||||
mode: [vi_normal, vi_insert]
|
mode: [vi_normal, vi_insert]
|
||||||
event: {
|
event: {
|
||||||
@ -786,7 +786,7 @@ $env.config = {
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
name: move_left
|
name: move_left
|
||||||
modifier: alt
|
modifier: control
|
||||||
keycode: char_h
|
keycode: char_h
|
||||||
mode: [vi_normal, vi_insert]
|
mode: [vi_normal, vi_insert]
|
||||||
event: {
|
event: {
|
||||||
@ -798,7 +798,7 @@ $env.config = {
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
name: move_right_or_take_history_hint
|
name: move_right_or_take_history_hint
|
||||||
modifier: alt
|
modifier: control
|
||||||
keycode: char_l
|
keycode: char_l
|
||||||
mode: [vi_normal, vi_insert]
|
mode: [vi_normal, vi_insert]
|
||||||
event: {
|
event: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user