summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-01-21 22:47:49 +0200
committerPaul Buetow <paul@buetow.org>2025-01-21 22:47:49 +0200
commit19de591d88b07153e431ab6c73f708cd751f0782 (patch)
tree110c13a2c8ec7a3f59ccb527270ba5a963a77fe8
parente7ab2ef6c3f97fa1f3899d74e1108761c31eac94 (diff)
use Helix as the default editor
-rwxr-xr-xgeheim.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/geheim.rb b/geheim.rb
index 6d08772..bdb8cdd 100755
--- a/geheim.rb
+++ b/geheim.rb
@@ -19,7 +19,8 @@ class Config
key_length: 32,
enc_alg: 'AES-256-CBC'.freeze,
add_to_iv: 'Hello world'.freeze,
- edit_cmd: "nvim --cmd 'set noswapfile' --cmd 'set nobackup' --cmd 'set nowritebackup'".freeze,
+ edit_cmd: 'hx'.freeze,
+ # edit_cmd: "nvim --cmd 'set noswapfile' --cmd 'set nobackup' --cmd 'set nowritebackup'".freeze,
gnome_clipboard_cmd: 'gpaste-client'.freeze,
macos_clipboard_cmd: 'pbcopy'.freeze,
sync_repos: %w[git1 git2].freeze
@@ -485,6 +486,7 @@ class Geheim
end
end
end
+ 0
end
def shred_all_exported