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 fc2d8c852903d50b9e62f86d4eb44b5c9f42aaf6
parent 8114086f02f1a56e01861c758dd19617bca98964
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sat, 13 Jun 2015 17:37:23 +0200

unbind C-a C-s, add <leader>fs keybind

Diffstat:
M.tmux.conf | 2+-
M.vimrc | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.tmux.conf b/.tmux.conf @@ -45,7 +45,7 @@ bind -n C-\ if-shell "$is_vim" "send-keys C-\\" "select-pane -l" bind v split-window -v bind C-v split-window -v bind s split-window -h -bind C-s split-window -h +#bind C-s split-window -h # Copy mode with <C-Space><Space> bind Space copy-mode diff --git a/.vimrc b/.vimrc @@ -286,6 +286,7 @@ nmap <leader>r :source $MYVIMRC<CR> " Save file nmap <Leader>w :w<CR> +nmap <Leader>fs :w<CR> " Quit nmap <Leader>q :q<CR>