aboutsummaryrefslogtreecommitdiff
path: root/vimperator
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-02-17 16:48:30 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-02-17 16:48:30 +1300
commit0c2da02a19659ca40710f58ee15d4bcd7ea706fb (patch)
treedec1e1f7166f5c8ce3e7aa31232e208ee978629d /vimperator
parentUpgrade exchange, lion Vim plugins (diff)
downloaddotfiles-0c2da02a19659ca40710f58ee15d4bcd7ea706fb.tar.gz
dotfiles-0c2da02a19659ca40710f58ee15d4bcd7ea706fb.zip
Add configuration for Vimperator
I may have fallen a little bit in love
Diffstat (limited to 'vimperator')
-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>
+