summaryrefslogtreecommitdiffstats
path: root/pentadactylrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-04-26 23:24:52 -0500
committerJesse Luehrs <doy@tozt.net>2011-04-26 23:27:07 -0500
commit3875a6cfae000a71fa2a9f45eeedee904eb2257b (patch)
treea4b41bd43f630137ef951e1d7a444d15e436e366 /pentadactylrc
parent9845e15f623d078f6fdb1b76fe3cef9f24df487d (diff)
downloadconf-3875a6cfae000a71fa2a9f45eeedee904eb2257b.tar.gz
conf-3875a6cfae000a71fa2a9f45eeedee904eb2257b.zip
these headings are just irritating
Diffstat (limited to 'pentadactylrc')
-rw-r--r--pentadactylrc9
1 files changed, 1 insertions, 8 deletions
diff --git a/pentadactylrc b/pentadactylrc
index 25a9fa0..234f201 100644
--- a/pentadactylrc
+++ b/pentadactylrc
@@ -1,38 +1,31 @@
-""" general config """
set mapleader=;
nnoremap <Leader><Leader> <Leader>
-""" interface """"""""
" single line status/command bar
set go-=C
-""" scrolling """"""""
+" scrolling
map H :bp<CR>
map L :bn<CR>
map J 20j
map K 20k
-""" completion """""""
" disable autocompletion entirely
set au=
" when completing, only show 5 at a time
set maxitems=5
-""" hints """"""""""""
" anchor hint typeahead to the start of words
set hintmatching=wordstartswith
" prettier hint numbering
highlight Hint -append font-size:11px;font-weight:bold;background:#fff;border:1px solid red;color:#000;font-family:monospace
-""" panorama """""""""
" backspace to open panorama
map <BS> <C-v><C-S-e>
-""" search engines """
" default to using the 'g' search keyword
set defsearch=g
-""" find """""""""""""
" highlight all matches, but let them be hidden
set hlfind
nmap <Leader>/ :nohlfind<CR>