vim tag

64 questions


1 answers
92 views
0
Customizing Key Binds for vim

When selecting a rectangle in vim, it is troublesome to change it to visual block mode in ctrl+v, so I would like to select a rectangle like vscode in ctrl+ arrow keys.

2 years ago

1 answers
59 views
0
Multiple extensions in vimgrep fail to retrieve strings correctly

When using vimgrep with Vim, you are experiencing a problem where multiple extensions cannot correctly retrieve strings.As a test of vimgrep operation, we have prepared the following directories:

vim
2 years ago

1 answers
70 views
0
Learn how to search only certain files (such as *.h) in vimunite-grep.

Recently, I've been relying on putting in unite and not being able to return to vim without unite, but Only if you don't know how to use unite-grep with file extension and want to specify a file:Ag HO...

vim
2 years ago

1 answers
125 views
0
python2 goes to see python3 in neovim's CheckHealth

INFO:Python2version:3.6.3 > Why?I have made neovim2 for py2 and neovim3 for py3 in virtualenv.health#provider#check↲========================================================================↲## Clipboar...

2 years ago

2 answers
77 views
0
Change the background color of the Vimterminal

I am using Vimterminal (:terminal), but the background color of the terminal is grayish as shown in the picture below.Is there a way to make this white like the window in the editor below?In my enviro...

vim
2 years ago

1 answers
66 views
0
How do I highlight user-defined macro abbreviations in Vim?

First of all, I'm a beginner who just started programming, so I'm sorry that this may be a wrong question.I think I will omit the model name using typedef and using in languages such as c++, but is it...

2 years ago

1 answers
65 views
0
neobundle installation

Thank you for your help.Currently, your company's PC (Internet access is restricted)https://github.com/Shougo/neobundle.vimDownload the zip file on the server instead of clone from this site.~/.vim/bu...

2 years ago

1 answers
56 views
0
How to edit the euc-jp file with と written on vim

On Windows, a text file in EUC-JP format with と written on it was created in Sakura Editor If you open it in Kaoriya Vim, the characters will be garbled even if the encoding is EUC-JP.I know the file ...

2 years ago

1 answers
99 views
0
Vim How to debug shell scripts that are currently being edited in the same window

environmentWindows 10 proWSL Ubuntu 20.04 LTSVim 8.1 What do you want to doI would like to know if there is a way to debug the shell script that Vim is currently editing.As an example, I usually use t...

2 years ago

1 answers
99 views
0
gnu global does not work with debian, ubuntu

I would like to use gnu global in vim to fly to the definition source or reference point.Currently I use mac and debian and ubuntu respectively, and so far the mac is working fine.So, I'm also trying ...

2 years ago
« - 5 - »

© 2024 OneMinuteCode. All rights reserved.