-
1. to compress a folder, i type `:zip -r folder_name.zip folder_name`. the bad part is type `folder_name` manually, even twice.
2. seems we can't use reg in commandline. and we can't copy folder_name…
-
#### Description :octocat:
Right after updating Spacemacs (7851085c6d4d59d2e2506bf06aac73f8963bf9fa).
Spacemacs' package update does not complete.
Message bufer:
```
Update all ELPA packages to t…
-
[The vim-highlightedyank plugin](https://github.com/machakann/vim-highlightedyank) or neovim's on-yank-highlight feature (https://neovim.io/doc/user/lua.html#lua-highlight) can display which regions a…
-
`OSCYank` is great, but only works if I'm manually yanking text. I really wanted it to work with anything that copies to the clipboard, like [fugitive's](https://github.com/tpope/vim-fugitive) `GBrows…
-
So I've already done a lot of consolidating clipboard behavior for my vim/terminal/tmux workflow. I use this script:
```sh
❯ cat pbcopy
#!/bin/bash
# pbcopy impl for linux
### Make…
-
Hi @ojroques,
Thanks for making this and the upstream [vim-oscyank](https://github.com/ojroques/vim-oscyank). Not able to find the right solution to override the [which-key config](https://github.c…
-
Thanks for this versatile plugin! I can confirm that it's working great when sshing into my remote server and is a tremendous productivity booster.
Unfortunately, I'm getting hung up trying to use …
-
This can be very annoying for a global or absent statusline, because it must be confirmed via enter. Can you let the user configure this?
Would be also nice to know how to get the return status of …
-
Tmux supports clipboard hook something like this. Which set action when clipboard copy event happens.
```
set-hook -g 'pane-set-clipboard' "run-shell '(tmux show-buffer | wl-x11-pb-copy)'"
```
…
-
I'm trying to port a Linux app to Windows, and thus running neovim under Windows, via OpenSSH on Windows, so that Clangd picks up all the appropriate libraries for completion...
Most of the neovim …