mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update zsh, bspwm, nvim, vscode, tmux. Add fish
This commit is contained in:
parent
1f5249ea78
commit
53d009b671
14 changed files with 236 additions and 115 deletions
|
|
@ -15,13 +15,18 @@ set -g history-limit 1000
|
|||
set -g mouse on
|
||||
setw -g mouse on
|
||||
|
||||
## 256 color support
|
||||
set -g default-terminal "screen-256color"
|
||||
set-option -sa terminal-overrides ",*:Tc"
|
||||
|
||||
###== Keybindongs
|
||||
|
||||
## HOME/END key support
|
||||
bind-key -n Home send Escape "OH"
|
||||
bind-key -n End send Escape "OF"
|
||||
bind -n End send-key C-e
|
||||
bind -n Home send-key C-a
|
||||
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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue