diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-05-06 10:43:20 +0200 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-05-06 10:43:20 +0200 |
| commit | 016f5f9327b2e62736344fea28dd186550576829 (patch) | |
| tree | 70dc532988c2bbf251ed2a793e7721088225a8c0 /inputrc | |
| parent | 9d7d9af718c480979f5539c032fb34574c55fe53 (diff) | |
| download | dotfiles-016f5f9327b2e62736344fea28dd186550576829.tar.gz dotfiles-016f5f9327b2e62736344fea28dd186550576829.zip | |
inputrc: removed the inputrc file. I'm not getting used to it :)
Diffstat (limited to 'inputrc')
| -rw-r--r-- | inputrc | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/inputrc b/inputrc deleted file mode 100644 index a70a20c..0000000 --- a/inputrc +++ /dev/null @@ -1,34 +0,0 @@ - -## -# Let's initialize a couple of things. - -# Include this file so we avoid weird things. -$include /etc/inputrc - -# Use Vi, not Emacs, style editing -set editing-mode vi - -# Don't echo ^C when pressing Ctrl-c (the same goes for other control chars). -set echo-control-characters off - -## -# Keymaps in Normal mode. - -set keymap vi-command - -# Insert the arguments from the last command. -"p": "i !!*\r" - -# When hitting q, cycle through the previous commands that start with the -# prefix we've entered, rather than just cycling the last entered commands. -"q": history-search-backward - -## -# Keymaps in Insert mode. - -set keymap vi-insert - -# Needed because binding 'p' in command mode above wipes its insert mode -# function, too. This fixes that, and will insert 'p' when you type 'p'. -"p": self-insert - |
