You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finally, I got the (temporal) solution. I decided to set maps for <A-'s in addition to <C-'s. This probably works with Vim8 & NeoVim on many modern terminals.
tmap<A-j><C-\><C-n><C-j>tmap<A-k><C-\><C-n><C-k>nmap<A-j><C-j>nmap<A-k><C-k>" ... and other maps" if the code above does not work, try below.tmapê<C-\><C-n><C-j>tmapë<C-\><C-n><C-k>nmapê<C-j>nmapë<C-k>" ... and other maps
Is it possible to extend the mappings to Neovim's new Terminal mode?
I understand some of DWM's default key mappings like have an existing meaning the shell, but surely there is a solution...?
The text was updated successfully, but these errors were encountered: