vi-like input, theme toggle, Makefile and update README
This commit is contained in:
1
shell/.haskeline
Normal file
1
shell/.haskeline
Normal file
@ -0,0 +1 @@
|
||||
editMode: Vi
|
5
shell/.inputrc
Normal file
5
shell/.inputrc
Normal 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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user