dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 0fd77a422fbef1d9ac7a3830b8d2be13fdaa8530
parent 35bdf49ea33b4efdb6b57346d7090abb885a31a2
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Mon, 27 Jan 2014 19:43:00 +0100

added .inputrc for vi-mode

Diffstat:
A.inputrc | 3+++
Mcreate_symlinks.sh | 2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.inputrc b/.inputrc @@ -0,0 +1,3 @@ +set editing-mode vi +set keymap vi +#set convert-meta on diff --git a/create_symlinks.sh b/create_symlinks.sh @@ -1,7 +1,7 @@ #!/bin/sh # Home folder dotfiles -for F in .bashrc .vimrc .tmux.conf .xpdfrc .signature .Xresources .Xmodmap .xinitrc .xprofile .zshrc .conkyrc .xbindkeysrc .gitconfig .vimperatorrc; do +for F in .bashrc .vimrc .inputrc .tmux.conf .xpdfrc .signature .Xresources .Xmodmap .xinitrc .xprofile .zshrc .conkyrc .xbindkeysrc .gitconfig .vimperatorrc; do SOURCE=$PWD/$F TARGET=~/$F