Dotfiles/bin/.bin/gnvim
Jonathan Hodgson 0fa0b5e0a5 Updates tridactylrc and adds gnvim script
The script simply opens a new terminal with nvim running in it, passing
any arguments directly to nvim

This is used by tridactyl to open a text box in vim

Also added some new search engines and some other keybindings
2020-09-19 11:24:02 +01:00

4 lines
71 B
Bash
Executable file

#!/usr/bin/env bash
export initialCommand="nvim $@"
/usr/local/bin/st