From 39a1fee0518571ad1f974b5bec341c2c5a86f21d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 19 Oct 2013 22:14:30 -0400 Subject: fix up some keybindings for the numrow switch --- pentadactylrc | 1 + tmux.conf | 1 + vimrc | 2 ++ zshrc | 1 + 4 files changed, 5 insertions(+) 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 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 nmap :w nmap :bd + +nmap ) 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 -- cgit v1.2.3-54-g00ecf