Modified readline modestings

This commit is contained in:
Andrew R. M 2016-12-16 10:21:49 -05:00
parent bdd9601131
commit 845e70b820
3 changed files with 7 additions and 3 deletions

3
.gitmodules vendored
View File

@ -37,3 +37,6 @@
[submodule "vim/bundle/filetype-nix"]
path = vim/bundle/filetype-nix
url = git@github.com:LnL7/vim-nix.git
[submodule "vim/bundle/supertab"]
path = vim/bundle/supertab
url = https://github.com/ervandew/supertab

View File

@ -9,11 +9,11 @@ set editing-mode vi
set show-mode-in-prompt on
# 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
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
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 -}#

1
vim/bundle/supertab Submodule

@ -0,0 +1 @@
Subproject commit 66511772a430a5eaad7f7d03dbb02e8f33c4a641