aboutsummaryrefslogtreecommitdiff
path: root/vimperator/vimperatorrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimperator/vimperatorrc')
-rw-r--r--vimperator/vimperatorrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/vimperator/vimperatorrc b/vimperator/vimperatorrc
new file mode 100644
index 00000000..20c4ac0a
--- /dev/null
+++ b/vimperator/vimperatorrc
@@ -0,0 +1,6 @@
+" Use letter hint characters rather than numbers
+set hintchars=hjklasdfgyuiopqwertnmzxcvb
+
+" Make Ctrl-A select all in input fields rather than start-of-line
+inoremap <C-a> <C-Home><C-S-End>
+