Switch from tmux to zellij
Also remapped some nvim and zsh keybinds to not conflict with zellij
This commit is contained in:
parent
df45dea143
commit
7136b447f9
8 changed files with 48 additions and 17 deletions
|
@ -44,3 +44,7 @@ bindkey -M vicmd e edit-command-line
|
|||
|
||||
# bind delete in normal mode
|
||||
bindkey -M vicmd '^[[3~' delete-char
|
||||
|
||||
# Rebind fzf to ctrl+f
|
||||
bindkey '^F' fzf-file-widget
|
||||
bindkey '^T' transpose-chars
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue