summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-19 22:14:30 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-19 22:16:19 -0400
commit39a1fee0518571ad1f974b5bec341c2c5a86f21d (patch)
treed1772fefc45f3ffdfa4212ca965b224fbf75ea64
parent4dd4b6da0705710d93eb24ecb3d7af0d54f7364c (diff)
downloadconf-39a1fee0518571ad1f974b5bec341c2c5a86f21d.tar.gz
conf-39a1fee0518571ad1f974b5bec341c2c5a86f21d.zip
fix up some keybindings for the numrow switch
-rw-r--r--pentadactylrc1
-rw-r--r--tmux.conf1
-rw-r--r--vimrc2
-rw-r--r--zshrc1
4 files changed, 5 insertions, 0 deletions
diff --git a/pentadactylrc b/pentadactylrc
index 699834d..e3ae5f3 100644
--- a/pentadactylrc
+++ b/pentadactylrc
@@ -22,6 +22,7 @@ set maxitems=5
" prettier hint numbering
highlight Hint -append font-size:11px;font-weight:bold;background:#fff;border:1px solid red;color:#000;font-family:monospace
+set hintkeys=")!@#$%^&*("
" backspace to open panorama
map <BS> <C-v><C-S-e>
diff --git a/tmux.conf b/tmux.conf
index dffb66f..1f41b21 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -40,6 +40,7 @@ bind ^N new-window
bind ^D detach-client
bind ^S set status
bind ^[ copy-mode
+bind { copy-mode
unbind ^B
unbind w
diff --git a/vimrc b/vimrc
index 348e47e..d5a7cbf 100644
--- a/vimrc
+++ b/vimrc
@@ -609,6 +609,8 @@ nmap \ :q<CR>
nmap <silent><Tab> :w<CR>
nmap <silent><C-D> :bd<CR>
+
+nmap <silent>) 0
" }}}
" }}}
" Plugin settings {{{
diff --git a/zshrc b/zshrc
index d065742..403e25b 100644
--- a/zshrc
+++ b/zshrc
@@ -59,6 +59,7 @@ export HISTSIZE=1000000000
export SAVEHIST=1000000000
export SPROMPT="Correct $fg[red]%R$reset_color to $fg[green]%r$reset_color? [ynae] "
export KEYTIMEOUT=5
+bindkey -M vicmd ')' vi-digit-or-beginning-of-line
# plugins {{{
# cdhist {{{
source ~/.sh/cdhist.sh