RoachZhao
RoachZhao
When using `defx` I can use setting below to create file/directory, remove file, and no need to remember all that maps, just one map `m`. ``` nnoremap m :call defx_context_menu()...
https://github.com/w-hat/ctci-solutions/blob/5e78d820f519e2c5e22c99c995263e3d77c9be9c/ch-08-recursion-and-dynamic-programming/11-coins.py#L19
**Describe the bug** There is no icon after install. **Screenshots**  **Technical Info (please complete the following information)** - OS: Manjaro KDE - Ao Version:5.6
**Additional context** Add any other context or screenshots about the feature request here. OLD PKGBUIKD content from AUR, ``` # Maintainer: David Naramski # Contributor: Paul Oppenheimer pkgname=ao pkgver=5.6.0 pkgrel=1...
断点续传和频道下载
是否考虑支持断点续传和频道下载呢?
1. use vimscript detect WSL 2. chmod +x `win_ims.exe`
Right asyncrun only support fixed height and width setting for quickfix windown and terminal. Thought a flexible setting which the quickfix window height and width corresponding to the current window...
我的场景是,这样就不需要写死执行 python 脚本的虚拟环境路径了。
`(not flag) and '+s ' or flag` 表达的意思是如果 flag 不是空字符串就取 flag 否则取 '+s',那可以写成 flag or '+s'; `(fzf and fzf or 'fzf')` 里面的 fzf and fzf 应该直接简为 fzf; `--tac ` 和...
Hi, @kristijanhusak `(defx-git-prev)` not work well when setting `let g:defx_git#raw_mode = 1`. As code below: https://github.com/kristijanhusak/defx-git/blob/319dd3bdc82705ab9a9a9b1a284b076579100eab/ftplugin/defx.vim#L17 set pattern for not raw mode. --- Like I have an untracked file and...