-
-
Couldn't load subscription status.
- Fork 657
vim-like hjkl style navigation #1114
-
With Customizable key bindings merged in #234, it may be helpful for earlier requests at #57 and #227 to have an example of what a gitui config with vim-like navigation would be like.
Is this doable? As of what tigui version?
If so, what would an example configuration / initialization look like?
Beta Was this translation helpful? Give feedback.
All reactions
I thinks its all documented here: https://github.com/extrawurst/gitui/blob/master/KEY_CONFIG.md
Replies: 2 comments 3 replies
-
I thinks its all documented here: https://github.com/extrawurst/gitui/blob/master/KEY_CONFIG.md
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 2
-
Thank you!
It looks like vim_style_key_config.ron has this
It seems @yanganto's #234 PR included this and it's been being improved ever since.
Initial config in a95ffd7 (full commit)
History: old location @ /assets/vim_style_key_config.ron, new location @ /vim_style_key_config.ron
Beta Was this translation helpful? Give feedback.
All reactions
-
As a new user I was really disappointed with the vim_style_key_config on master. It does not include
focus_right: Some(( code: Char('l'), modifiers: ( bits: 0,),)),
focus_left: Some(( code: Char('h'), modifiers: ( bits: 0,),)),
focus_above: Some(( code: Char('k'), modifiers: ( bits: 0,),)),
focus_below: Some(( code: Char('j'), modifiers: ( bits: 0,),)),
So in the "status" tab I could not move me from the "changes" column to the "diff".
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
I just checked and I am indeed on the newest release (v0.22.1)
Beta Was this translation helpful? Give feedback.
All reactions
-
So in the "status" tab I could not move me from the "changes" column to the "diff".
It works withlto moveUnstaged ChangestoDiffin 0.21.0 from my end. Let me check this on latest version later.
Beta Was this translation helpful? Give feedback.