Kossak

Results 14 comments of Kossak

2015 issue but the solution still works in 2018 :). Add `git gc` to docs, It saved my git repo too.

I got the solution from [stackoverflow](https://stackoverflow.com/questions/60736446/strange-characters-when-pasting-into-terminal-fish-shell-200-and-201) for strange characters while pasting in ranger. You need to disable bracketed paste mode like this: ```fish function ranger_cd set -l tempfile '/tmp/chosendir' __fish_disable_bracketed_paste...

Same here: Connecting from Windows 7 x64, X2Go client v4.1.1.1 (Qt - 4.8.6) To: Linux Mint 18.3 Cinamon x64, X2Go server v4.1.0.0 Everything is fine while connecting from Linux to...

It was so long time ago that I don't remember anything about this plugin :). I actually don't use it at all anymore, because I moved to [Spacemacs](https://www.spacemacs.org/) - it's...

I can't even verify it because castnow stopped working (stuck on "Loading...."). Thank you anyway. I think I'll stick to chrome extension for casting my files to chromecast. This project...

Shouldn't `m` key be mapped to `setMark` by default, like in vim?

[PyAutoGUI](https://github.com/asweigart/pyautogui) - it can do more than keyboard/mouse automation.

Would be nice to have this on GNU/Linux. Currently if i want to replace some keys with other i call xmodmap from python (using [sh](https://amoffat.github.io/sh/) module): ``` sh.xmodmap(e='clear Lock') sh.xmodmap(e='keycode...

I have the same issue on Manjaro: ``` $ bw --version 15:34:12 2022.11.0 $ bw list items --search test node:internal/crypto/cipher:79 return method(data, format, type, passphrase, buffer, padding, oaepHash, ^ Error:...

Never mind, i confirm moving to [cVim](https://github.com/1995eaton/chromium-vim) - this one is the best vim extension for chrome :)