Popup with a segment from a file? ⌘ Read more
Porting kanagawa.nvim colorscheme to Vim ⌘ Read more
vim-code-checker – A vim plugin for reviewing code with open-router and ollama ⌘ Read more
I did :source $VIMRUNTIME/syntax/hitest.vim for test and now I don’t want it any more How do I return to :no source it? ⌘ Read more
vim-op-surround: a quick and dirty surround plugin. ⌘ Read more
Complete multiple path components with instead of just one. ⌘ Read more
vim9 omap issue ⌘ Read more
Don’t search hidden files or ignored but show them in explorer with lazyvim snacks? ⌘ Read more
How can you pass command line arguments to a Python script when using the filter command ⌘ Read more
Don’t look for tags when ctrl + left mouse clicking a selection in visual mode ⌘ Read more
Solarized-colo-users: do you get set spell? ⌘ Read more
Text manipulation on current line, conditionally ⌘ Read more
Vim/ViFM: Seeking Advice for Manipulating Markdown Files Better ⌘ Read more
key bindings conflict between terminal and vim ⌘ Read more
A Simple vim plugin for displaying NPM package info in package.json files ⌘ Read more
Vim users - Would auto-fixing compiler errors disrupt or enhance your workflow? ⌘ Read more
Keymap not working :( ⌘ Read more
Get visual selection on cmdline ⌘ Read more
Announcing zxc: A Terminal based Intercepting Proxy ( burpsuite alternative ) written in rust with Tmux and Vim as user interface. ⌘ Read more
Happy days with completeopt ⌘ Read more
Setting for copy pasting to WSL and mac system clipboard in tmux ⌘ Read more
If you like Vim ricing ⌘ Read more
Is it possible to open an entire directory of files into separate buffers from inside vim? ⌘ Read more
Are there alternatives to surround.vim? ⌘ Read more
c++ auto comment slash ⌘ Read more
augroups - when not to clear? ⌘ Read more
How to yank an entire struct definition in vim without jumping to its start? ⌘ Read more
what do you guys think of my remaps ⌘ Read more
Share a gVIM customization ⌘ Read more
Balancing use of plugins (and other customizations) - your personal boundaries? ⌘ Read more
I just published an article about vim ⌘ Read more
Is it a good idea to stay in insert mode then frequent ctrl+o to perform non-insert actions? ⌘ Read more
Trying to make my first plugin ⌘ Read more
Are Vim options just variables? ⌘ Read more
In Vim what is the default keybinding for - and | ? ⌘ Read more
Dumb autocompletion question ⌘ Read more
Announcing zxc - a terminal based intercepting proxy written in rust with tmux and vim as user interface. ⌘ Read more
I can’t replace in vim ⌘ Read more
Vim motions from scratch ⌘ Read more
A small question/gripe I’ve always had with the naming of the split commands. ⌘ Read more
So this is why no one in Severance is using Vim ⌘ Read more
Onenote with vim keybindings ⌘ Read more
**For my reference, but anyone else too… Creating a new Wireguard public/private key pair and bringing up a new client:
wg genkey | tee /e ...**
For my reference, but anyone else too… Creating a new Wireguard public/private key pair and bringing up a new client:
wg genkey | tee /etc/wireguard/private.key
cat /etc/wireguard/private.key | wg pubkey | tee /etc/wireguard/public.key
vim /etc/wireguard/wg0.conf
wg-quick up wg0
⌘ [Read more](https://twtxt.net/twt/vlbohoq)
(#ierak6a) @gallowsgryph@gallowsgryph i’ve been an exclusive vim power user for some 30+ years now I think 🤣
@gallowsgryph @prismdragon.net i’ve been an exclusive vim power user for some 30+ years now I think 🤣 ⌘ Read more
(#ierak6a) @gallowsgryph I even use vim inside VSCode these days 🤣
@gallowsgryph @prismdragon.net I even use vim inside VSCode these days 🤣 ⌘ Read more
@lyse@lyse.isobeef.org welcome! :-) I am doing my best to get more acquaintance with vi/vim. I think nano has spoiled me too much. LOL.
vim cursor at the end of the first line on replies, and forks. I have tried adding to this to jenny's configuration:
@movq@www.uninformativ.de hmm, I guess I could do that too. I have startinsert set on my .vimrc, so I will either have to take it out, or exit insert, $, then insert again. I think the way you do it would be the way to go.
I tried setting VISUAL to be something like vim -c 'star!', which does the same thing, but no dice. :-/
@movq@www.uninformativ.de, maybe you can help me with this. I want to place the vim cursor at the end of the first line on replies, and forks. I have tried adding to this to jenny’s configuration:
"editor": "vim \"+normal $\"",
But that doesn’t work. How would you go about it?
NeoVim 打造成跟 Goland 一樣好用的 IDE
在軟件開發領域,集成開發環境(IDE)的選擇對程序員的效率和生產力起着舉足輕重的作用。對於尋求精簡而強大的編碼體驗的 Golang 開發者來說,配置 Neovim 是一個不錯的選擇。本文分享完整的 Golang NeoVim 的設置,幫助你將 NeoVim 打造成媲美 Goland 的開發環境。初始設置將以下內容添加到 .vimrc 或 init.vim 文件中。set expandtabset ⌘ Read more