Questions tagged [linux-arch]
The linux-arch tag has no summary.
22 questions
1 vote
2 answers
154 views
Numpad enter inserting strange symbol instead of enter
I have a relatively fresh installation of Arch with Hyprland. When using Vim in Kitty, numpad enter inserts the following symbol: instead inserting a newline/executing the typed command. (It doesn't ...
1 vote
1 answer
556 views
How to change foreground color of character underneath cursor?
I've tried setting the highlight rules below but it does not work. Whatever color I choose, the color of the character stays the same. I'm using xfce4-terminal on Linux and Terminal.app on Mac OSX. ...
1 vote
1 answer
1k views
Mouse navigation not working in Vim
I started using Vim today and I found out that we could use the mouse pointer to go to a line in vim using set mouse=a But unfortunately, it is not working. Here is the config file: https://pastebin....
0 votes
0 answers
218 views
Font size NOT changing through .vimrc but can inside vim
I can change the font size with set guifont=FixedsysTTF Monospace:h13 inside Vim and works perfectly. However when I put this inside ~/.vimrc it stays the same font size no matter what size I set it ...
1 vote
1 answer
600 views
Vim won't open unless I Ctrl+C [closed]
Having this strange problem, where when I do vim ...some_file... The shell will freeze until I send a signal <Ctrl + C>, and then the vim opens up properly. I haven't touched anything (.vimrc, ....
0 votes
1 answer
179 views
Vim catching Win-key keyboard shortcuts on XTerm and i3
I am using Vim 8.2 on XTerm(363) and use i3 version 4.19 as window manager on Arch Linux kernel version 5.4.89-1-lts. My i3 modifier key is the Windows key. When I use Win+h, Win+l, Win+k, or Win+j to ...
0 votes
1 answer
307 views
Error when installing Vim
I cloned Vim from the GitHub repo and then run ./configure --with-features=huge \ --enable-multibyte \ --enable-rubyinterp=yes \ --enable-python3interp=yes \ ...
4 votes
0 answers
1k views
Vim adding blank line after each line when pasting from clipboard
When I copy-paste multiple lines from clipboard into my vim, it inserts a blank line after every line. But when I copy in into a text editor first and then copy-paste it into vim, the blank lines are ...
1 vote
2 answers
156 views
CTRL-V_CTRL-[key], instead of ^[key] gives ^[[27;5;[ASCII code of key]~ in xterm on Arch
For example, Ctrl-v_Ctrl-w gives ^[[27;5;119~ instead of usual ^W. It does behave in such way only on (u)xterm. I've tested it on st, lxterminal, xfce4-terminal and rxvt. I'm also 98% positive that ...
2 votes
0 answers
686 views
How to get YouCompleteme to work with kernel headers
I am taking an OS class and we have an upcoming assignment involving Kernel modules. I'm reading Wiley OS text to prepare and they have the below code. I keep on getting an error that the header files ...
3 votes
1 answer
143 views
Maps literally read < and > instead of the actual character
Situation Entire .vimrc: inoremap a <CR> Action: user types ia to enter insert mode and type a Expected result: a carriage return is entered into the document Actual result: the characters <...
0 votes
1 answer
151 views
How can I delete or ignore a test when compiling vim?
I am compiling vim under Arch linux and it is failing the test "test_netbeans.vim" even though I did not ask for netbeans to be enabled for the build. I tried editing the shared.vim file and removing ...
5 votes
1 answer
5k views
Prevent colorscheme from changing background color
I've got a sick terminal colorscheme, and i'm using vim-one colorscheme for neovim, what i'd like to do is stop it from changing the background color (since i like my terminals background color more) ...
1 vote
1 answer
489 views
Vim not encoding with UTF-8
I'm using Vim, installed from the Arch Linux repo. I've tried adding set fileencodings=utf-8 and set encoding=utf-8. I've tried with all caps (UTF instead of utf) and putting it in /etc/vimrc and ~/....
1 vote
2 answers
804 views
Cannot set (let) mapleader and use <leader> in global vimrc
I'm using basic version vimrc from https://github.com/amix/vimrc. No problem if I put my vimrc at /home/{user}/.vimrc, but if I put it in /etc/vimrc (arch) or /etc/vim/vimrc (debian), it becomes a ...