vim tag

64 questions


1 answers
66 views
0
What does map^] mean?

https://www.gnu.org/software/global/globaldoc_toc.html#Vim-editorof 3.5.3 Usageto map<C-\>^]:GtagsCursor<CR>says <C-\>^] section, please.I thought I would press the backslash while p...

vim
2 years ago

2 answers
88 views
0
Do you have any tools that teach you how to use functions in the Vim plug-in or Linux tool?

The languages we use are Python and C/C++, and we are looking for tools in our language environments that can teach us how to use functions like PyCharm and CLion.These IDEs are all you need to do, bu...

2 years ago

1 answers
64 views
0
How to Open Vim from the Right-click Menu

I am currently using Linux Mint 18.3.When I right-click on the text file, there is a menu called Open with Vim.Nothing happens when you click it.How can I start Vim from the right click?I think I inst...

2 years ago

2 answers
59 views
0
Open the .doc file in Word in Vimfiler

Environment: Mac (El Capitan) In order to open the .doc file in Word in Vimfiler, we set .vmrc to link.call vimfiler#set_execute_file('doc, docx', '/Applications/Microsoft Word.app')On the other hand,...

2 years ago

1 answers
59 views
0
How to Configure lsp for the dart Environment in vim

I'm trying to build a Dart development environment in Vim, but it doesn't work.Installing vim-lsp and vim-lsp-settings.(Dart-vim-plugin is not installed.)I modified vimrc to suit my environment by ref...

2 years ago

1 answers
78 views
0
ESC does not work well in Ubuntu environment created by Docker and Vim cannot be removed

I'd like to use the vim command in Ubuntu created in Docker.If you press esc, you will only see ^[ and cannot switch modes.The environment is as follows:hosts:macOScontainers:Ubuntu 14.04Installing Vi...

2 years ago

3 answers
64 views
0
I want to write c++ using vim in Ubuntu, and I want to color it.

I would like to write a program using vim in Ubuntu. You can search by vim c++ color scheme to see the color settings, but the important vim is not even installed yet.What commands should I enter to a...

2 years ago

1 answers
90 views
0
Dein.vim cannot install plugin management neosnippet-snippets

[dein] sudo vim is detected. This feature is disabled.[dein] Not installed plugins: ['neosnippet-snippets'][dein] Update started: (February 8, 2017 16:57:07)[dein]/home/ 〇 //.cache/dein/repos/github.c...

vim
2 years ago

1 answers
88 views
0
I want to use ctrl+; in the keybind of vim

I would like to use Ctrl; in insert mode for my vim keybind.inoremap <C-;> Registration with does not work.I would like to use C-;, so please let me know how to describe it.

vim
2 years ago

1 answers
60 views
0
Install ninja's syntax file from vim's Vundle

I would like to install the ninja-build syntax file using vim's Vundle, what should I do?In Vundle, the github repository itself is a plug-in, and the plug-in on vim.org is easy to install.But how do ...

vim
2 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.