summaryrefslogtreecommitdiffstats
path: root/.config/bash/vi.inputrc
blob: aa5adf2e70ef8f4294a846f893ad43f058e8e57e (plain)
1
2
3
4
5
6
7
8
# Readline key bindings for both the vi-insert and vi-command keymaps

"\C-l": clear-screen                    # Ctrl+l        clear screen
"\C-w": unix-filename-rubout            # Ctrl+w        erase word backward (hyphens included)
"\C-k": history-search-backward         # Ctrl+k        search history backward (non-incremental)
"\C-j": history-search-forward          # Ctrl+j        search history forward (non-incremental)

# vim: ft=readline