Thu, 09 Mar 2023 10:56:04 -0600
Switch shortcut to launch goneovim
412 | 1 | #!/bin/sh |
1051
5c69bfa6dc3c
Switch default to nvim
Meredith Howard <mhoward@roomag.org>
parents:
413
diff
changeset
|
2 | exec nvim -c 'set noswapfile noundofile nobackup viminfo=' $* |