Skip to main content

Questions tagged [linux]

For questions specific to the Linux operating system.

0 votes
1 answer
63 views

I recently noticed that my Vim was loading slower than instantaneously, so I decided to benchmark it and noticed it was taking a full second: time ex +q -u NONE real 0m1.031s user 0m0.020s sys ...
merlin2011's user avatar
1 vote
1 answer
93 views

Assume this setup: Start Vim via command vim -u NONE -N. Execute nnoremap <C-e> :!echo hello<CR> to create a mapping. This mapping means, when I press Ctrl-e, it runs the shell command ...
ynn's user avatar
  • 319
1 vote
1 answer
166 views

I cloned the github Vim repository, cd'ed into the vim directory and ran make but got this error: checking whether stack_t has an ss_base field... no checking --with-tlib argument... empty: automatic ...
Cloudlady's user avatar
  • 121
1 vote
0 answers
69 views

I've installed Monaspace on my Mint system (21.3, Cinnamon edition), and selected it for use in gvim (8.2.2121). However, texture healing isn't working and ligatures don't look right. I have the ...
Michael Scheper's user avatar
0 votes
1 answer
246 views

Selecting by visual line mode and copying (V and y) in vim in rxvt-unicode or in gnome-terminal and pasting in another tab of that terminal with Shift + Insert works well. But trying to do the same ...
pevik's user avatar
  • 109
0 votes
1 answer
82 views

I need to highlight all similar words in a file. I thought * did this by default, but it is not working on my new Linux setup.
sreekesh padmanabhan's user avatar
0 votes
0 answers
186 views

I have run into a Vim key binding issue at the office recently. On the Linux system where I do my development work, while running Vim the CTRL-L key no longer redraws the screen. The .exrc file in my ...
Barry Kimelman's user avatar
2 votes
2 answers
1k views

Lets say I run the external very_long_taking_command like this: :!very_long_taking_command and I get the output in this Vim Terminal where it says "Press ENTER or type command to continue". ...
Bog's user avatar
  • 569
1 vote
1 answer
131 views

I want to configure and customize my own syntax highlight for Vim editor in Linux Ubuntu 20.04. In my home directory, I created two files, ~/.vimrc and ~/.vim/colors/mycolors.vim. Here is the full ...
morris's user avatar
  • 11
1 vote
1 answer
285 views

I have discovered the joy of having :set clipboard^=unnamedplus. One issue I often face however is having whatever was last copied or yanked be overwritten by what I just deleted. I don't think ...
dvqc's user avatar
  • 13
0 votes
1 answer
309 views

I have a number of alt key re-mappings in my Vim .vimrc that I copied over to my Neovim init.vim file. The single alt key mappings work fine but any compound re-mappings are not working. It seems ...
Glen Koundry's user avatar
0 votes
2 answers
453 views

In my ubuntu gnome-terminal I have vims default syntax highlighting color scheme + some color-tuning made in my gnome-terminal to filter out most colors with green except red, purple and brown. ...
MD. Mohiuddin Ahmed's user avatar
-1 votes
1 answer
236 views

ack, ag, grep, pgrep, ripgrep, ugrep are binary filter commands that understand various regex syntax flavors. Is there a binary filter command that can also understand vim regex syntax flavor? I'm so ...
stepse's user avatar
  • 211
1 vote
1 answer
3k views

FYI noob here. I want to run current file in floating terminal. I'm using NvChad and when I execute ALT+i I get the following: I already played with some key binds, but I haven't achieved what I need....
indochina's user avatar
1 vote
1 answer
1k views

My question could fairly be a duplicate of this, but I hope I'm making it critically different by asking about :makeing Vim itself and having a meaningful quickfix window. (In reality, my use case is ...
Enlico's user avatar
  • 2,330

15 30 50 per page
1
2 3 4 5
10