
Why did vi use hjkl instead of jikl? - Vi and Vim Stack Exchange
2023年6月16日 · I found this convincing history on StackOverlow:. Vim uses hjkl because vi did.; Vi used hjkl because its creator's keyboard didn't have physical cursor keys.
Why does vim use hjkl for cursor keys?
2016年8月24日 · @leeand00: A Symbolics LISP Machine Space Cadet Keyboard.The article explicitly talks about how the design of the keyboard influenced the design of Emacs, and it …
key bindings - Vi and Vim Stack Exchange
2016年8月3日 · Instead of remapping, you should consider the other options for moving the cursor around, i.e. C-D Move the cursor Down one page (controlled by the 'scroll' option) C-U …
Hand Placement for Vim Navigation - Vi and Vim Stack Exchange
2015年7月7日 · Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for …
Navigation in insert mode - Vi and Vim Stack Exchange
I finally decided to ditch the arrow keys for navigation in favor of hjkl. I used the Vim hardmode plugin to disable the arrow keys. I got used to navigation pretty fast, but it turns out that navi...
Remapping Ctrl- (h j k l) to move between windows - Vi and Vim …
Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their …
Why is using arrow keys in normal mode considered bad practice?
2018年3月27日 · Actually this is not a bad practice. A lot of people (including Vim's doc as @B Layer's answer shows) argue that you shall not use arrow keys because it makes your hands …
save - What are the differences between :wq<cr> :x<cr> and ZZ …
Vi and Vim, as all of you know, have many synonyms. There are three ways I know of to save the file and exit Vim and Vi. These are :wq <cr>, :x <cr> and ZZ. I have heard that these are