Questions tagged «vim»

一个开源文本编辑器,通常从命令行运行。缺省情况下,Ubuntu中包含最低版本,但存储库中提供完整版本。问题应与在Ubuntu上使用Vim有关。

2
如何从以前的版本添加PPA?
我一直在尝试使用breakindent补丁来获得vim,但是只能通过Quantal来获得,并且我正在运行Raring。有没有办法从以前的版本强制安装PPA?我尝试手动下载所有软件包并运行,sudo dpkg -i但是我遇到了很多有关依赖项的错误,其中一些看起来无法解决。我是否不得不自己编译Vim?
14 ppa  vim 

3
将制表符永久转换为vi / vim中的空格
如果要在vi / vim中使用传统缩进,请输入以下命令: :set tabstop=4 :set shiftwidth=4 :set expandtab 每次我打开文件时键入这些命令都是很麻烦的。如何永久存储这些设置?
14 vim 


2
为什么我的老师是空白的?
我想学习Vim。绝大多数人建议我使用vimtutor。我下载了程序包并运行了它,但是却出现了空白屏幕。 我在YouTube上看到那里应该有很多东西。但是我不明白...我该如何解决? 最初,终端告诉我要进行安装vim-runtime才能运行vimtutor,尽管屏幕空白,但我还是安装了它并运行了。我安装后能够运行本教程vim-gtk。有人知道为什么它没有第一次出现吗?
14 vim 

2
我可以在gnome终端中获取斜体字吗?
经过大量搜索之后,我无法找到一种方法来使gnome-terminal显示斜体字体。我正在运行3.6.2版。 我特别希望vim以斜体显示注释;我已经添加 highlight Comment cterm=italic 到我的.vimrc,但是它不起作用。 有谁知道这可以做到吗?

3
Vim找不到语法.vim
最近,我需要从源代码构建Vim,以使用需要Lua解释的插件。这在我的笔记本电脑上可以正常工作,但塔式计算机出现了一些问题。每当我运行Vim时,都会收到以下消息: Error detected while processing /home/XXXXXX/.vim/vimrc: line 55: E484: Can't open file /usr/share/vim/vim74/syntax/syntax.vim 毫不奇怪,Vim然后没有突出显示语法,并且在编辑文本时引发了许多其他错误。 我自己做了一些研究后,可以看出语法.vim实际上在中/usr/local/share/vim/vim74/syntax/syntax.vim,而不是前面提到的目录。我该如何解决? 更多信息 Vim是使用安装的checkinstall。为了进行编译,我运行了以下命令: ./configure --with-features=huge --enable-cscope --enable-pythoninterp=yes --with-python-config-dir=/usr/lib/python2.7/config-x86_64-linux-gnu --enable-multibyte --enable-fontset --disable-gui --disable-netbeans --enable-luainterp=yes --with-lua-prefix=/usr/include/lua5.1 --enable-largefile make VIMRUNTIMEDIR=/usr/share/vim/vim74


1
如何在VIM中查看UTF-8 Unicode字符
我在Ubuntu 14.04 64位计算机上使用VIM 7.4。在我的.vimrc文件中,有以下几行: " Use UTF-8 without BOM set encoding=utf-8 nobomb 该config文件基本上使用Unicode字符显示空白,例如制表符,换行等。完整的.vimrc文件来自Paul Irish的dotfiles。 在14.04的较早版本以及以前的发行版中,我能够看到unicode字符而没有任何问题,但是与此无关。 我也尝试过: set fileencodngs=utf-8 但是,以上设置无效,并且我仍然在屏幕上看到乱码。有没有办法解决?
13 vim  unicode 

3
打开文件时如何防止gvim崩溃?
我在Ubuntu Desktop 16.04 LTS上,gvim(使用图形用户界面的vim)在尝试使用GUI /菜单打开任何文件时一直崩溃。但是,我可以从终端打开文件,例如: user@computer:~$ vim -g ./path/to/file 如果我gvim使用以下命令从终端启动,则会将以下错误消息打印到终端vim -g,然后尝试通过GUI /菜单栏打开文件,从而导致崩溃: (gvim:20175): GLib-CRITICAL **: g_ptr_array_insert: assertion 'index_ <= (gint)rarray->len' failed ** (gvim:20175): CRITICAL **: unity_gtk_menu_shell_get_item: assertion '0 <= index && index < items->len' failed ** (gvim:20175): CRITICAL **: unity_gtk_menu_item_get_child_shell: assertion 'UNITY_GTK_IS_MENU_ITEM (item)' failed ** (gvim:20175): CRITICAL **: unity_gtk_menu_shell_get_item: assertion …
12 16.04  vim  gvim 

4
如何在Vim中删除第二列?
我有一个制表符分隔的文件,例如: name1 verb1 name2 verb2 etc... 我想删除第二列。我尝试编辑以下答案之一,但不熟悉sedand awk,我做不到。 谁能帮我?
12 vim 

1
我应该在xubuntu / Ubuntu + XFCE中使用哪个vim?
我应该在xubuntu / Ubuntu + XFCE中使用哪个vim? 我当前的系统是Ubuntu,但是我已经用XFCE(通过sudo apt-get install xubuntu-desktop)替换了Unity接口。目前没有安装vim: $ vim --version The program 'vim' can be found in the following packages: * vim * vim-gnome * vim-tiny * vim-athena * vim-gtk * vim-nox Try: sudo apt-get install <selected package> 我可能曾经考虑过使用vim-gtk,但我不确定(本指南显然建议该指南vim-gtk适用于KDE / Kubuntu用户)。我应该安装哪一个?
11 xubuntu  xfce  vim 

3
gvim> 7.4.338是否有PPA?
该breakindent功能是有史以来最伟大的功能,但它在7.4.338中。我认为,Ubuntu存储库中的最新版本仅为7.4。我注意到Arch为它提供了一个程序包,但是我似乎还找不到适用于Ubuntu 的程序包。我对编译没有希望,否则我自己编译。
11 ppa  vim 

3
我想向vimrc添加背景色,但是不起作用
每次工作时,我都必须在vim编辑器中运行此程序。 highlight Normal ctermfg=grey ctermbg=black 我想要的是自动化的,我已经将背景设置为黑暗,但是vimrc中什么也没有发生。我该怎么办?Vimrc内容(前几行) syntax on set background=dark set ruler " show the line number on the bar set more " use more prompt set autoread " watch for file changes set number " line numbers 谢谢。
11 vim 

3
command-t vim“无法加载C扩展名”
当我打\ t在VIM中使用Command-T扩展名时,出现错误 command-t.vim could not load the C extension 我不确定该如何解决...有什么建议吗? 谢谢 我正在使用git-repository安装方法。这是我“ rake make”时发生的情况: ~/.vim/bundle/command-t$ rake make (in /home/petef/.vim/bundle/command-t) /usr/bin/ruby1.8 extconf.rb extconf.rb:24:in `require': no such file to load -- mkmf (LoadError) from extconf.rb:24 rake aborted! Command failed with status (1): [/usr/bin/ruby1.8 extconf.rb...] /home/petef/.vim/bundle/command-t/Rakefile:136 (See full trace by running task with …

3
无法使用apt-get安装vim
sudo apt-get install vim Reading package lists... Done Building dependency tree Reading state information... Done Package vim is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'vim' has no …
11 installation  vim 

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.