Gary Allan Howard
Gary Allan Howard
I watched your YouTube technology tip series. I've been using vim and tmux since January 2015. My repository https://github.com/Traap/tmux has a well documented .tmux.conf file. I spent several days and...
Two excellent vim-tmux plugins written by Chis Toomey. Both are documented well. I have used both from vim and nvim. 1. Tmux runner: https://github.com/christoomey/vim-tmux-runner 2. Tmux navigator: https://github.com/christoomey/vim-tmux-navigator
Christ Toomey has added a tmux plugin that simplifies .tmux.conf. set -g @plugin 'christoomey/vim-tmux-navigator' Bam! All done.  The screen shot is tmux with a vertical split. Left side is...
@fabriziobertoglio1987 - I've been using Toomey 's two plugins several years now. Great work.
@sarumont , @christoomey Changing the -p option to -l option worked for me. I am running tmux 3.4. ```code let cmd = join(["split-window -p", s:vtr_percentage, "-".s:vtr_orientation]) ``` ```code let cmd...
I added a pull request. My change work as expected with Vim and NeoVim.
I had the same issue with latest Arch. I was able to resolve the issue with ```pacman -R ranger``` followed by ```yay ranger-git```.
I cannot use 1password for various reasons on all my machine, so I hook a bash script into my .bashrc with the following. sshkeys script. ```bash #!/bin/bash sshkeys() { local...
@defer - I would benefit from this PR. My work computer requires customization because of Microsoft Active Directory integration and Thinkpad docking station requirements needed to use USB, WiFI, and...