mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Compare commits
3 Commits
67676df08a
...
ce595c81b6
Author | SHA1 | Date | |
---|---|---|---|
ce595c81b6 | |||
5c105f4851 | |||
8e32bc8618 |
@ -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: '#eaeaea'
|
text: CellForeground
|
||||||
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: false
|
save_to_clipboard: true
|
||||||
|
|
||||||
cursor:
|
cursor:
|
||||||
# Cursor style
|
# Cursor style
|
||||||
|
@ -95,8 +95,6 @@ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user