Current License: CC BY-SA 4.0
12 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Nov 21, 2020 at 7:24 | comment | added | Christian Brabandt |
<C-B> is not CTRL-Backspace. It is Ctrl-B , Backspace would be <BS> , but be aware of vimhelp.org/vim_faq.txt.html#faq-20.5
|
|
Nov 20, 2020 at 19:10 | comment | added | Unknow0059 |
All my mswin.vim mappings work fine. Putting the mapping commands in _vimrc (which is what I was already doing), but excluding the command to source mswin.vim , makes no difference.
|
|
Nov 20, 2020 at 18:04 | comment | added | Vee |
Or to ask differently, are there other mappings in your mswin.vim file that still work and these are the exceptions?
|
|
Nov 20, 2020 at 17:49 | comment | added | Vee |
Is your mswin.vim file being sourced properly? Where I put my test code test.vim it will only load those mappings for file types with the .test extension. If your commands are in mswin.vim , I think they'll only be used in the file type. Maybe check if that is the problem? You can just put them in your .vimrc instead (or the windows equivalent of that file).
|
|
Nov 20, 2020 at 17:18 | comment | added | Unknow0059 | I am using cmd. The same happens in Powershell, though. | |
Nov 20, 2020 at 17:15 | history | edited | Vee | CC BY-SA 4.0 |
added 30 characters in body
|
Nov 20, 2020 at 17:14 | comment | added | Vee | Just to clarify, are you using the powershell terminal in windows? My commands were all done in ubuntu. I updated my comment to reflect that. | |
Nov 20, 2020 at 17:04 | comment | added | Unknow0059 |
I am using the mapping commands from mswin.vim - which I'm sourcing - which are noremap <C-Z> u and inoremap <C-Z> <C-O>u . For backspace, I am using noremap! <C-B> <C-w> , which apparently has no effect.
|
|
Nov 20, 2020 at 16:27 | history | undeleted | Vee | ||
Nov 20, 2020 at 16:26 | history | edited | Vee | CC BY-SA 4.0 |
added 454 characters in body
|
Nov 20, 2020 at 15:54 | history | deleted | Vee | via Vote | |
Nov 20, 2020 at 15:54 | history | answered | Vee | CC BY-SA 4.0 |