From 016f5f9327b2e62736344fea28dd186550576829 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Tue, 6 May 2014 10:43:20 +0200 Subject: inputrc: removed the inputrc file. I'm not getting used to it :) --- inputrc | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 inputrc (limited to 'inputrc') 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 - -- cgit v1.2.3