Implement a kitty module
Squashed commit of the following: commit eb319d25ee2bc60dc4c58f3ee3e70ea2035a2b96 Author: Natsu Kagami <nki@nkagami.me> Date: Fri Jun 10 13:41:33 2022 -0400 Map yen sign to backslash commit 6d29a296ed789ac20bfcd6e74a48536d0e658582 Author: Natsu Kagami <nki@nkagami.me> Date: Fri Jun 10 13:23:30 2022 -0400 Add kitty options commit 47b366cbd0fd17c06c4e415b291e2329f8831939 Author: Natsu Kagami <nki@nkagami.me> Date: Fri Jun 10 11:42:51 2022 -0400 Some basic set up to make kitty happy
This commit is contained in:
parent
05c4fd1fd7
commit
21c8317fd2
7 changed files with 164 additions and 3 deletions
|
@ -44,11 +44,11 @@ set global grepcmd "rg --line-number --no-column --no-heading --color=never ''"
|
|||
# }
|
||||
# }
|
||||
# }
|
||||
map global user t -docstring "Open a side terminal on the current directory" ' :iterm-terminal-horizontal fish<ret>'
|
||||
# map global user t -docstring "Open a side terminal on the current directory" ' :iterm-terminal-horizontal fish<ret>'
|
||||
|
||||
# fzf.kak
|
||||
require-module fzf
|
||||
set global fzf_terminal_command 'iterm-terminal-horizontal kak -c %val{session} -e "%arg{@}"'
|
||||
# set global fzf_terminal_command 'iterm-terminal-horizontal kak -c %val{session} -e "%arg{@}"'
|
||||
# set global fzf_grep_command 'rg'
|
||||
set global fzf_highlight_command 'bat --style=plain --theme=GitHub --color=always {}'
|
||||
map global user f -docstring "FZF mode" ': fzf-mode<ret>'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue