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 518385223d02eee4daf9950ba5708593380c718e
parent 6a675f767a6b332b9a8c7f19231cf9185cf2b196
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Tue, 28 Nov 2017 13:16:04 -0500

hold off on statusline configuration, change tmux vim navigation via meta keys

Diffstat:
Mlinks/.tmux.conf | 4++--
Mlinks/.vim/plugin/appearance.vim | 4++++
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/links/.tmux.conf b/links/.tmux.conf @@ -96,8 +96,8 @@ bind-key C-s last-window # go to last window with <C-a><C-s> bind-key C-a last-pane # go to last pane with <C-a><C-a> bind-key -r n next-window # next window with <C-a>n -bind-key -n -r M-n next-window # next window with <M-n> -bind-key -n -r M-b previous-window # previous window with <M-n> +bind-key -n -r M-k next-window # next window with <M-n> +bind-key -n -r M-j previous-window # previous window with <M-n> #### LAYOUT CHANGING BINDINGS diff --git a/links/.vim/plugin/appearance.vim b/links/.vim/plugin/appearance.vim @@ -27,3 +27,7 @@ augroup ColorSchemeCmds augroup end colorscheme tender + +" configure bottom status line +"set statusline="" +