Skip to main content

Questions tagged [linux-arch]

1 vote
2 answers
154 views

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 ...
Opifex's user avatar
  • 259
1 vote
1 answer
556 views

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. ...
Looft's user avatar
  • 113
1 vote
1 answer
1k views

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....
GN Vageesh's user avatar
0 votes
0 answers
218 views

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 ...
SILO's user avatar
  • 1
1 vote
1 answer
600 views

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, ....
gust's user avatar
  • 113
0 votes
1 answer
179 views

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 ...
lsmw's user avatar
  • 23
0 votes
1 answer
307 views

I cloned Vim from the GitHub repo and then run ./configure --with-features=huge \ --enable-multibyte \ --enable-rubyinterp=yes \ --enable-python3interp=yes \ ...
Enlico's user avatar
  • 2,330
4 votes
0 answers
1k views

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 ...
1zverg's user avatar
  • 221
1 vote
2 answers
156 views

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 ...
user avatar
2 votes
0 answers
686 views

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 ...
spacecadetmatt's user avatar
3 votes
1 answer
143 views

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 <...
ei2's user avatar
  • 59
0 votes
1 answer
151 views

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 ...
Tyler Durden's user avatar
  • 2,209
5 votes
1 answer
5k views

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) ...
peep's user avatar
  • 63
1 vote
1 answer
489 views

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 ~/....
Nero gris's user avatar
  • 161
1 vote
2 answers
804 views

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 ...
tonny's user avatar
  • 11

15 30 50 per page