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
This commit is contained in:
Jonathan Hodgson 2020-09-19 11:24:02 +01:00
parent dcad943088
commit 0fa0b5e0a5
2 changed files with 29 additions and 2 deletions

4
bin/.bin/gnvim Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
export initialCommand="nvim $@"
/usr/local/bin/st