summaryrefslogtreecommitdiffstats
path: root/pentadactylrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-07 17:17:52 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-07 17:22:07 -0400
commit8712d896b39fd57cdffd27341071679c8408cd33 (patch)
tree336fbb5502fa6f9f07e235e4c39c2a8f00833007 /pentadactylrc
parent412d8633532d3f172c5845df1fd9a8b2abecc66d (diff)
downloadconf-8712d896b39fd57cdffd27341071679c8408cd33.tar.gz
conf-8712d896b39fd57cdffd27341071679c8408cd33.zip
change around a lot of keybindings
- swap control and alt - map tapping left control to pressing escape - map the menu key to right super, and caps lock to compose - move window manager shortcuts to super - use ^F instead of ^A for the tmux modifier key - a few other miscellaneous changes to make certain keybindings more natural with the new modifier layout
Diffstat (limited to 'pentadactylrc')
-rw-r--r--pentadactylrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/pentadactylrc b/pentadactylrc
index 2454605..699834d 100644
--- a/pentadactylrc
+++ b/pentadactylrc
@@ -11,6 +11,10 @@ map L :bn<CR>
map J 20j
map K 20k
+" navigation
+map <C-h> :back<CR>
+map <C-L> :forward<CR>
+
" disable autocompletion entirely
set au=
" when completing, only show 5 at a time
@@ -21,7 +25,7 @@ highlight Hint -append font-size:11px;font-weight:bold;background:#fff;border:1p
" backspace to open panorama
map <BS> <C-v><C-S-e>
-map <C-a><C-a> <C-v><C-S-e>
+map <C-f><C-f> <C-v><C-S-e>
" default to using the 'g' search keyword
set defsearch=g