From f2199eca61e0a57e6cd6b1c48df9de1fa09117fc Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 2 May 2012 12:37:03 +0900 Subject: [PATCH 1/2] fix gnome-keyring-daemon execute line --- xprograms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xprograms b/xprograms index c980f55..eaacf30 100755 --- a/xprograms +++ b/xprograms @@ -49,7 +49,7 @@ _saku(){ } _gkeyring(){ - LANG=C gnome-keyring-daemon & + LANG=C gnome-keyring-daemon --start -c pkcs11 & } _nmapplet(){ From ea8303013d63b93571f26c432a455a23f1575b0e Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 2 May 2012 16:26:23 +0900 Subject: [PATCH 2/2] vi like keybind in copymode of tmux --- tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.conf b/tmux.conf index 58e2dd4..41939e4 100644 --- a/tmux.conf +++ b/tmux.conf @@ -7,3 +7,4 @@ set -g default-terminal screen-256color #set -g status-left "" #set -g status-right "#H | %a, %d %b %Y %T %z #(tmux -V)" set -g status-right "#H | #(tmux -V) " +setw -g mode-keys vi