summaryrefslogblamecommitdiffstats
path: root/inputrc
blob: 87a77018a66bf051b320568b3bb4528f877e1837 (plain) (tree)
1
2
3
4
5
6
7
8
                                      



                               


                               


                          



                   
 
                      


                   
 

                                    
# use up and down to search in history
set keymap vi-command
"\e[A": history-search-backward
"\e[B": history-search-forward
set keymap vi-insert
"\e[A": history-search-backward
"\e[B": history-search-forward

# completion things
set match-hidden-files off
set visible-stats on

# set up vi mode
set editing-mode vi
set keymap vi

")": beginning-of-line
"e": vi-change-to
"E": vi-change-to
"_": vi-first-print

# my shell should never use the bell
set bell-style none