Skip to main content

Questions tagged [vim]

vim (Vi IMproved) is a text editor supporting different editing modes.

0 votes
1 answer
25 views

I use Rxvt-Unicode and set background to black in .Xdefaults. Vim detects that, cf. help 'background' : "dark" is used when 'term' is "linux", "screen.linux", "...
Pierre Fumet's user avatar
0 votes
2 answers
69 views

my vimrc seems to not play along with vipw/vigr (probably because i only allow root to place tmp/buffers/etc in a secure location) so I tried (using bash): user@host$ EDITOR='/usr/bin/vim -u NONE' ...
gcb's user avatar
  • 953
0 votes
0 answers
66 views

When I use vim-slime, every time I open a vimterminal I have to reconfigure it. :let g:slime_target="vimterminal" Followed by: SlimeConfig And then I choose the terminal I just opened as ...
leeand00's user avatar
  • 4,971
0 votes
1 answer
76 views

I need your help! I am trying to set up a specific font and font size in my ~/.vimrc file using set guifont=Monospace:h15, but nothing is changing no matter if I put 12 or 20 in the size column. I've ...
Alex's user avatar
  • 3
1 vote
1 answer
196 views

I use Arch Linux + DWM on the X Window System. I can't copy from Vim to an external application, and the vim --version command returns -xterm_clipboard. As I understand it, I need to recompile my Vim ...
Bernadette's user avatar
0 votes
0 answers
98 views

Opening vim while recording with script causes script to go wild (my screen starts filling up with a bunch of crap, some of which says "script", and I also believe it is colored neon green). ...
leeand00's user avatar
  • 4,971
3 votes
1 answer
315 views

I have a Bash function that follows the fzf key-bindings in key-bindings.bash. # shellcheck disable=SC2206 __fzf_edit_file__() { builtin local -a opts builtin local edit_file file opts=( &...
Jetchisel's user avatar
  • 1,574
0 votes
1 answer
49 views

I'm currently using Vim and I'm looking for a way to shift the screen horizontally by one character column at a time, similar to how Ctrl + E shifts the screen up vertically by one row.
wasabi_nuts's user avatar
0 votes
0 answers
36 views

I'm not 100% sure how to describe the problem, but there's this background color applied to the editor whenever Telescope, NerdTree, or CtrlP display. Incase it wasn't obvious nixos is configuring ...
Dan's user avatar
  • 111
0 votes
0 answers
17 views

When I open up neovim on my raspbian device the syntax highlighting works perfectly well. As soon as I use the screen command (to create a multi-paned setup) nvim becomes black and white. Colors ...
Sambews's user avatar
1 vote
3 answers
388 views

I recently hardened my RHEL system, and after that, sudo vi stopped working. When I try to run: sudo vi test.sh I get the following error: /bin/vi: line 23: /usr/libexec/vi: Permission denied /bin/vi: ...
RPE's user avatar
  • 11
0 votes
0 answers
23 views

I use Tmux and Neovim I want to make it so my panes would split using <C-w> + s / <C-w> + v in a vim-like manner I can achieve it with prefix, however it's already mapped to <M-a>, ...
Slava.In's user avatar
  • 101
0 votes
1 answer
41 views

hence vimdiff a file comparsion tool targeted towards the cli environment. I'm wondering if it offers functionality to swap line of codes between two tabs?
Sollosa's user avatar
  • 2,009
0 votes
2 answers
105 views

I have a file which contains whitespace in its name: my file.txt. If I want to find a file which has this name and pipe its output to a vim with args, I must use --null|-0 in order to handle ...
glacier's user avatar
  • 491
0 votes
2 answers
175 views

After a recent Ubuntu upgrade, behavior of using vim inside an xfce4-terminal has changed. Shortcut keys "Shift+Page Up" and "Shift+Page Down" are mapped in xfce4-terminal to "...
treuss's user avatar
  • 313

15 30 50 per page
1
2 3 4 5
126