Compare commits
4 Commits
dd44604513
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ce0219c20 | |||
| 8a701a132e | |||
| 7c054afd58 | |||
| 435be7f5d0 |
@@ -28,12 +28,14 @@ cmd-2 = 'workspace 2'
|
||||
cmd-3 = 'workspace 3'
|
||||
cmd-4 = 'workspace 4'
|
||||
cmd-5 = 'workspace 5'
|
||||
cmd-6 = 'workspace 6'
|
||||
|
||||
cmd-shift-1 = 'move-node-to-workspace 1'
|
||||
cmd-shift-2 = 'move-node-to-workspace 2'
|
||||
cmd-shift-3 = 'move-node-to-workspace 3'
|
||||
cmd-shift-4 = 'move-node-to-workspace 4'
|
||||
cmd-shift-5 = 'move-node-to-workspace 5'
|
||||
cmd-shift-6 = 'move-node-to-workspace 6'
|
||||
|
||||
cmd-shift-semicolon = 'mode service'
|
||||
|
||||
|
||||
@@ -25,7 +25,8 @@ set -g status-left '[#S] '
|
||||
set -g status-style 'bg=default,fg=default'
|
||||
set -g window-status-format ' #I:#W '
|
||||
set -g window-status-current-format '#[bg=default,fg=default,reverse] #I:#W '
|
||||
|
||||
set-option -g status-interval 3
|
||||
set-option -g automatic-rename on
|
||||
|
||||
# Plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
|
||||
@@ -5,6 +5,9 @@ if [[ -o interactive ]]; then
|
||||
fi
|
||||
|
||||
bindkey -e
|
||||
bindkey "^[[1;5C" forward-word
|
||||
bindkey "^[[1;5D" backward-word
|
||||
bindkey '^H' backward-kill-word
|
||||
|
||||
source $ZDOTDIR/setup-history.zsh
|
||||
source $ZDOTDIR/prompts/simple-two-line.zsh
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[user]
|
||||
email = afonso@francof.net
|
||||
name = afranco
|
||||
name = afonsofrancof
|
||||
signingkey = ~/.ssh/signing_key
|
||||
[filter "lfs"]
|
||||
process = git-lfs filter-process
|
||||
|
||||
Reference in New Issue
Block a user