python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to configure alpha.nvim?
I have an init.lua file that contains: require "user.setup.alpha" as in:
require "user.options"
require "user.keymaps"
require "user.autocmds" ...
Stephane
Votes: 0
Answers: 1
In Vim, when doing vi", how do you only select things inside the quotes and not things between the quotes
Take for example
{ label: "Contacts", p|age: "/contacts" },
When the cursor is on page, doing vi" selects , page: and not the subsequent quotee, /contacts.
What can be done ...
Krit
Votes: 0
Answers: 1
Neovim, how to jump back to a terminal
help terminal-input said
To use `ALT+{h,j,k,l}` to navigate windows from any mode: >
:tnoremap <A-h> <C-\><C-N><C-w>h
:tnoremap <A-j> <C-\><C-N><...
xye
Votes: 0
Answers: 1
How to list the recent files, when open neovim when no file is assigned
I wish to realize something like this:
When open nvim with command nvim, it lists the recent files waiting for choose.
and open nvim with nvim XXX, it does not list the recent files, just opens XXX.
...
xye
Votes: 0
Answers: 0