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:
parent
dcad943088
commit
0fa0b5e0a5
2 changed files with 29 additions and 2 deletions
4
bin/.bin/gnvim
Executable file
4
bin/.bin/gnvim
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
export initialCommand="nvim $@"
|
||||
/usr/local/bin/st
|
Loading…
Add table
Add a link
Reference in a new issue