Modified readline modestings
This commit is contained in:
parent
bdd9601131
commit
845e70b820
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -37,3 +37,6 @@
|
|||||||
[submodule "vim/bundle/filetype-nix"]
|
[submodule "vim/bundle/filetype-nix"]
|
||||||
path = vim/bundle/filetype-nix
|
path = vim/bundle/filetype-nix
|
||||||
url = git@github.com:LnL7/vim-nix.git
|
url = git@github.com:LnL7/vim-nix.git
|
||||||
|
[submodule "vim/bundle/supertab"]
|
||||||
|
path = vim/bundle/supertab
|
||||||
|
url = https://github.com/ervandew/supertab
|
||||||
|
|||||||
6
inputrc
6
inputrc
@ -9,11 +9,11 @@ set editing-mode vi
|
|||||||
|
|
||||||
set show-mode-in-prompt on
|
set show-mode-in-prompt on
|
||||||
# Emacs mode prompt: (@) in red
|
# Emacs mode prompt: (@) in red
|
||||||
set emacs-mode-string "\1\033[1;31m\2@\1\033[0m\2"
|
set emacs-mode-string "\1\033[1;32m\2@\1\033[0m\2"
|
||||||
# Vim insert mode prompt: (+) in red
|
# Vim insert mode prompt: (+) in red
|
||||||
set vi-ins-mode-string "\1\033[1;31m\2+\1\033[0m\2"
|
set vi-ins-mode-string "\1\033[1;34m\2+\1\033[0m\2"
|
||||||
# Vim command mode prompt: (:) in red
|
# Vim command mode prompt: (:) in red
|
||||||
set vi-cmd-mode-string "\1\033[1;31m\2:\1\033[0m\2"
|
set vi-cmd-mode-string "\1\033[1;36m\2:\1\033[0m\2"
|
||||||
|
|
||||||
#{- CONTROL CHARACTERS -}#
|
#{- CONTROL CHARACTERS -}#
|
||||||
|
|
||||||
|
|||||||
1
vim/bundle/supertab
Submodule
1
vim/bundle/supertab
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 66511772a430a5eaad7f7d03dbb02e8f33c4a641
|
||||||
Loading…
x
Reference in New Issue
Block a user