Note: I moved old files to Archive Directory, these are scripts that I no longer use.
A script to handle gvim server to only load one server per project, and it would switch to the already loaded one and open the file.
- gvim (or macvim) compiled with
+clientserver
:h clientserver
- wmctrl for Linux (Optional).
similar to mg (or at least have the same goal), to only have one nvim server per project/tmux session, and switch using tmux to the pane containing the nvim server
A script to use eix with fzf.
-i
: Only query installed packages (Default).-a
: Query all packages.-f
: refresh cache.