Vim statusline shows ^[[2;2R^[[>41;330;0c^[]10;rgb:e5e5/e5e5/e5e5^G^[]11;rgb:0000/0000/0000^G after mapping Capslock to Esc The 2019 Stack Overflow Developer Survey Results Are Inhow to assign another modifier to Alt key for X11?Vim mapping behaving strangelyVim command mappingMapping C-1 does not work in VIMVim - statusline and linksHow to use CapsLock instead of Escape in Vim?Vim: x-terminal key mappingChange colors of statusline in haskell-vim-nowmapping command key to esc in linuxvim: how can i make a mapping from a autocmd

Pristine Bit Checking

Why don't Unix/Linux systems traverse through directories until they find the required version of a linked library?

What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?

How can I fix this gap between bookcases I made?

Why is it "Tumoren" and not "Tumore"?

Is it possible for the two major parties in the UK to form a coalition with each other instead of a much smaller party?

Why did Howard Stark use all the Vibranium they had on a prototype shield?

What is the meaning of Triage in Cybersec world?

Extreme, unacceptable situation and I can't attend work tomorrow morning

Output the Arecibo Message

Limit the amount of RAM Mathematica may access?

What is the motivation for a law requiring 2 parties to consent for recording a conversation

Does duplicating a spell with Wish count as casting that spell?

I looked up a future colleague on LinkedIn before I started a job. I told my colleague about it and he seemed surprised. Should I apologize?

I see my dog run

Is three citations per paragraph excessive for undergraduate research paper?

What is the use of option -o in the useradd command?

How to manage monthly salary

Spanish for "widget"

Which Sci-Fi work first showed weapon of galactic-scale mass destruction?

How to reverse every other sublist of a list?

How to create dashed lines/arrows in Illustrator

Inline version of a function returns different value than non-inline version

The difference between dialogue marks



Vim statusline shows ^[[2;2R^[[>41;330;0c^[]10;rgb:e5e5/e5e5/e5e5^G^[]11;rgb:0000/0000/0000^G after mapping Capslock to Esc



The 2019 Stack Overflow Developer Survey Results Are Inhow to assign another modifier to Alt key for X11?Vim mapping behaving strangelyVim command mappingMapping C-1 does not work in VIMVim - statusline and linksHow to use CapsLock instead of Escape in Vim?Vim: x-terminal key mappingChange colors of statusline in haskell-vim-nowmapping command key to esc in linuxvim: how can i make a mapping from a autocmd



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I added



au VimEnter * silent! !xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape'
au VimLeave * silent! !xmodmap -e 'clear Lock' -e 'keycode 0x42 = Caps_Lock'


to my .vimrc to map Capslock to Escape. Since then, vim randomly shows the following statusline upon startup:



^[[2;2R^[[>41;330;0c^[]10;rgb:e5e5/e5e5/e5e5^G^[]11;rgb:0000/0000/0000^G


Not every time, but only sometimes. I couldn't find out, what triggers it.



Here is a screenshot:



screenshot










share|improve this question






















  • That's hard: the escapes shown are not related to the keyboard. If I encountered that in development, I'd build xterm with debug-traces and look for clues in the log.

    – Thomas Dickey
    Apr 6 at 12:32











  • Oh look! "powerline" again.

    – JdeBP
    Apr 6 at 17:26











  • @JdeBP What do you mean? :)

    – finefoot
    2 days ago

















0















I added



au VimEnter * silent! !xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape'
au VimLeave * silent! !xmodmap -e 'clear Lock' -e 'keycode 0x42 = Caps_Lock'


to my .vimrc to map Capslock to Escape. Since then, vim randomly shows the following statusline upon startup:



^[[2;2R^[[>41;330;0c^[]10;rgb:e5e5/e5e5/e5e5^G^[]11;rgb:0000/0000/0000^G


Not every time, but only sometimes. I couldn't find out, what triggers it.



Here is a screenshot:



screenshot










share|improve this question






















  • That's hard: the escapes shown are not related to the keyboard. If I encountered that in development, I'd build xterm with debug-traces and look for clues in the log.

    – Thomas Dickey
    Apr 6 at 12:32











  • Oh look! "powerline" again.

    – JdeBP
    Apr 6 at 17:26











  • @JdeBP What do you mean? :)

    – finefoot
    2 days ago













0












0








0








I added



au VimEnter * silent! !xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape'
au VimLeave * silent! !xmodmap -e 'clear Lock' -e 'keycode 0x42 = Caps_Lock'


to my .vimrc to map Capslock to Escape. Since then, vim randomly shows the following statusline upon startup:



^[[2;2R^[[>41;330;0c^[]10;rgb:e5e5/e5e5/e5e5^G^[]11;rgb:0000/0000/0000^G


Not every time, but only sometimes. I couldn't find out, what triggers it.



Here is a screenshot:



screenshot










share|improve this question














I added



au VimEnter * silent! !xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape'
au VimLeave * silent! !xmodmap -e 'clear Lock' -e 'keycode 0x42 = Caps_Lock'


to my .vimrc to map Capslock to Escape. Since then, vim randomly shows the following statusline upon startup:



^[[2;2R^[[>41;330;0c^[]10;rgb:e5e5/e5e5/e5e5^G^[]11;rgb:0000/0000/0000^G


Not every time, but only sometimes. I couldn't find out, what triggers it.



Here is a screenshot:



screenshot







vim keyboard-shortcuts xmodmap vimrc






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Apr 6 at 12:01









finefootfinefoot

384111




384111












  • That's hard: the escapes shown are not related to the keyboard. If I encountered that in development, I'd build xterm with debug-traces and look for clues in the log.

    – Thomas Dickey
    Apr 6 at 12:32











  • Oh look! "powerline" again.

    – JdeBP
    Apr 6 at 17:26











  • @JdeBP What do you mean? :)

    – finefoot
    2 days ago

















  • That's hard: the escapes shown are not related to the keyboard. If I encountered that in development, I'd build xterm with debug-traces and look for clues in the log.

    – Thomas Dickey
    Apr 6 at 12:32











  • Oh look! "powerline" again.

    – JdeBP
    Apr 6 at 17:26











  • @JdeBP What do you mean? :)

    – finefoot
    2 days ago
















That's hard: the escapes shown are not related to the keyboard. If I encountered that in development, I'd build xterm with debug-traces and look for clues in the log.

– Thomas Dickey
Apr 6 at 12:32





That's hard: the escapes shown are not related to the keyboard. If I encountered that in development, I'd build xterm with debug-traces and look for clues in the log.

– Thomas Dickey
Apr 6 at 12:32













Oh look! "powerline" again.

– JdeBP
Apr 6 at 17:26





Oh look! "powerline" again.

– JdeBP
Apr 6 at 17:26













@JdeBP What do you mean? :)

– finefoot
2 days ago





@JdeBP What do you mean? :)

– finefoot
2 days ago










0






active

oldest

votes












Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510895%2fvim-statusline-shows-22r413300c10rgbe5e5-e5e5-e5e5g11rgb000%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510895%2fvim-statusline-shows-22r413300c10rgbe5e5-e5e5-e5e5g11rgb000%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.