summaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-05-19 10:40:37 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-05-19 10:40:37 +0900
commitfc4371bbf8cfee1fccba6ef243711d01d861c57f (patch)
tree6b7ae94638442a8114497035acc4c38011abf8f5 /fedora
parent1f738fe712239a76b4dc6064b4c6f5543ce475e6 (diff)
modified lf/lfrc, created fedora/.inputrc, created bin/lazysql
Diffstat (limited to 'fedora')
-rw-r--r--fedora/.inputrc31
-rwxr-xr-xfedora/.local/bin/lazysqlbin0 -> 16863416 bytes
2 files changed, 31 insertions, 0 deletions
diff --git a/fedora/.inputrc b/fedora/.inputrc
new file mode 100644
index 0000000..81cdf85
--- /dev/null
+++ b/fedora/.inputrc
@@ -0,0 +1,31 @@
+$include /etc/inputrc
+
+set completion-display-width 0
+set completion-query-items 1000
+
+# Prettyfi
+set colored-stats on
+set colored-completion-prefix on
+
+# ^C no longer shows on C-c keypress
+set echo-control-characters off
+
+# Map tab to cycle through all the possible completions.
+TAB: menu-complete
+
+# vi mode
+set editing-mode vi
+
+$if mode=vi
+set show-mode-in-prompt on
+set vi-ins-mode-string \1\e[6 q\2
+set vi-cmd-mode-string \1\e[2 q\2
+set keymap vi-command
+
+# these are for vi-command mode
+Control-l: clear-screen
+
+set keymap vi-insert
+# these are for vi-insert mode
+Control-l: clear-screen
+$endif
diff --git a/fedora/.local/bin/lazysql b/fedora/.local/bin/lazysql
new file mode 100755
index 0000000..1fe6af4
--- /dev/null
+++ b/fedora/.local/bin/lazysql
Binary files differ