conf
This commit is contained in:
parent
ef46210291
commit
c5224d9941
3 changed files with 19 additions and 15 deletions
|
|
@ -33,7 +33,7 @@
|
|||
smart-tab.supersede-menu = false;
|
||||
};
|
||||
keys.insert = {
|
||||
# C-space =
|
||||
C-space = "completion";
|
||||
};
|
||||
keys.normal = {
|
||||
k = "move_line_down";
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ def bump [] {
|
|||
};
|
||||
|
||||
def tse [exit_node] {
|
||||
tailscale set --exit-node="$exit_node"
|
||||
tailscale set --exit-node=$exit_node
|
||||
}
|
||||
|
||||
alias b = btm;
|
||||
|
|
@ -33,4 +33,8 @@ def l [] {
|
|||
ls | sort-by type
|
||||
}
|
||||
|
||||
def c [] {
|
||||
cd; l;
|
||||
}
|
||||
|
||||
task
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue