1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Compare commits

..

No commits in common. "ce595c81b665bbcb1461a2e53ed5a03c1aefa3e8" and "67676df08aa7f216422cf0a517570d1543e5279c" have entirely different histories.

2 changed files with 4 additions and 2 deletions

View File

@ -210,7 +210,7 @@ colors:
# background is unset, selection color will be the inverse of the cell colors. # background is unset, selection color will be the inverse of the cell colors.
# If only text is unset the cell text color will remain the same. # If only text is unset the cell text color will remain the same.
selection: selection:
text: CellForeground # text: '#eaeaea'
background: '#5294e2' background: '#5294e2'
# Normal colors # Normal colors
@ -295,7 +295,7 @@ selection:
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t" #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
# When set to `true`, selected text will be copied to the primary clipboard. # When set to `true`, selected text will be copied to the primary clipboard.
save_to_clipboard: true save_to_clipboard: false
cursor: cursor:
# Cursor style # Cursor style

View File

@ -95,6 +95,8 @@ bindkey '^[[B' fzf-history-widget # Down (fzf)
bindkey '^F' fzf-file-widget # Ctrl+F file search (fzf) bindkey '^F' fzf-file-widget # Ctrl+F file search (fzf)
bindkey "^F" fzf-file-widget bindkey "^F" fzf-file-widget
bindkey "^V" edit-command-line
bindkey -M vicmd "^V" edit-command-line
bindkey -M vicmd "^W" backward-delete-word bindkey -M vicmd "^W" backward-delete-word
bindkey -M vicmd d vi-backward-char bindkey -M vicmd d vi-backward-char