Update git, tmux, vscode, nvim, update bin's, openbox

This commit is contained in:
Smirnov Alexandr 2021-03-05 19:52:47 +02:00
parent 197750ffa3
commit 4400d0aac8
13 changed files with 64 additions and 1059 deletions

View file

@ -19,11 +19,8 @@ set-option -sa terminal-overrides ",*:Tc"
###== Keybindongs
## HOME/END key support
bind-key -n End send-key C-e
bind-key -n Home send-key C-a
#bind-key -n Home send Escape "OH"
#bind-key -n End send Escape "OF"
bind-key -n Home send Escape "OH"
bind-key -n End send Escape "OF"
## Reload config
bind r source-file ~/.tmux.conf \; display 'Reloaded tmux config'