vi-like input, theme toggle, Makefile and update README

This commit is contained in:
2023-08-03 07:10:12 +02:00
parent b9f9311e8c
commit cbf8c1cd3d
9 changed files with 92 additions and 84 deletions

1
shell/.haskeline Normal file
View File

@ -0,0 +1 @@
editMode: Vi

5
shell/.inputrc Normal file
View File

@ -0,0 +1,5 @@
set editing-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

View File

@ -8,8 +8,8 @@
# for ssh logins, install and configure the libpam-umask package.
#umask 022
export EDITOR=emacsclient
export VISUAL=emacsclient
export EDITOR=nvim
export VISUAL=nvim
# if running bash
if [ -n "$BASH_VERSION" ]; then