this post was submitted on 10 Dec 2023
688 points (95.5% liked)
linuxmemes
20880 readers
10 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
bonus point: if you like inception, do
:term
, pressi
and start another(n)vim
session :)The challenge now is escaping the neovim terminal
Ctrl+\ Ctrl+n
gets you back to normal mode.But what do you do if you are not using a us keyboard?
The layout is what matters for vim and it's derivatives. I might be wrong here, but if you really need to be able to use the same keybindings as you would on a English qwerty one, you could try remapping things to their addresses or whatever that's called - basically the same key, physically, regardless of its layout mapping.
That being said, it's vim, you can remap the command to get back to normal mode from terminal mode to whatever key or key sequence you like most.
Using mouse to scroll up and down your terminal window inside vim also gets you back to normal mode.
And, well, quitting the shell of your terminal in vim works just fine - either via
command
or hittingCtrl+d
.Vim can't automatically handle other key maps? I'm sure it worked as designed in my dvorak system
:w to write, not :, (Dvorak has comma where qwerty has w)
I get it if the keyboard doesn't use the letters we use, but that person could type in Lemmy with all the normal letters
On my keyboard the layout is mostly the same, it's not like AZERTY or something like that. The problem is some keys like
\
are behind modifiers (In this case AltGr+\
), so most times when I've tried the Ctrl+\ combination it hasn't worked (You can see how the keyboard layout is hereVia this video (thanks @[email protected]!) i recently learned a bunch of tricks about
:term
and am now tempted to start using it all the time.