We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9140c38 commit 983ca0aCopy full SHA for 983ca0a
src/config/key_bindings.rs
@@ -195,15 +195,15 @@ pub fn add_default_bindings(
195
{
196
WorkspaceLayout::Horizontal => (
197
[KeySyms::KEY_Left, KeySyms::KEY_h],
198
- [KeySyms::KEY_Right, KeySyms::KEY_j],
+ [KeySyms::KEY_Right, KeySyms::KEY_l],
199
[KeySyms::KEY_Up, KeySyms::KEY_k],
200
[KeySyms::KEY_Down, KeySyms::KEY_j],
201
),
202
WorkspaceLayout::Vertical => (
203
204
205
206
207
208
};
209
0 commit comments