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.
ce595c81b6
...
67676df08a
@ -210,7 +210,7 @@ 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.
|
||||
selection:
|
||||
text: CellForeground
|
||||
# text: '#eaeaea'
|
||||
background: '#5294e2'
|
||||
|
||||
# Normal colors
|
||||
@ -295,7 +295,7 @@ selection:
|
||||
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
||||
|
||||
# When set to `true`, selected text will be copied to the primary clipboard.
|
||||
save_to_clipboard: true
|
||||
save_to_clipboard: false
|
||||
|
||||
cursor:
|
||||
# Cursor style
|
||||
|
@ -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
|
||||
bindkey "^V" edit-command-line
|
||||
bindkey -M vicmd "^V" edit-command-line
|
||||
bindkey -M vicmd "^W" backward-delete-word
|
||||
|
||||
bindkey -M vicmd d vi-backward-char
|
||||
|
Loading…
Reference in New Issue
Block a user