Skip to content
#

Vim

vim logo

Vim is a highly customizable text editor that can run in a shell. Bram Moolenaar is credited with the development of Vim, which he began in 1988.

Here are 9,007 public repositories matching this topic...

glacambre
glacambre commented Sep 17, 2020

It is currently expected that UIs will figure out when to hide msg_history_show messages by themselves.

I think this is bad for two reasons:

  • It makes UIs less similar, increasing the number of things to learn when going from one UI to another.
  • It makes UIs different from the TUI, which offers a press ENTER prompt when the time to hide msg_history_show messages has come.

After [di

doom-emacs
bnjmnt4n
bnjmnt4n commented Feb 16, 2021

It would be great if there were a module for the Zig programming language in the future. Right now, the tooling around Zig is still a little nascent, but I've created a WIP module in my own doom configuration: https://github.com/bnjmnt4n/system/tree/ab2c5b0072d2923372bfc3966fc6c1f834173582/doom/modules/lang/zig.

Plugins:

paulgreg
paulgreg commented Mar 29, 2019

Is your feature request related to a problem? Please describe.
Under VIM, I’m used to type :bd to close the current file/buffer.
That command isn’t working under VSCodeVim : Not and editor command bd
To close the current buffer, only :q works which isn’t correct : :q under VIM close VIM (and all files/buffers opened)
:bd seems a better command to close the current file/buffer.

Created by Bram Moolenaar

Released November 2, 1991

Repository
vim/vim
Website
www.vim.org/download.php
Wikipedia
Wikipedia

Related Topics

emacs