mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 22:01:47 +03:00
parent
8484248010
commit
122ac8a13c
@ -6,7 +6,7 @@ the tab to the right.
|
||||
|
||||
```lua
|
||||
local wezterm = require 'wezterm'
|
||||
local act = wezterm.act
|
||||
local act = wezterm.action
|
||||
|
||||
return {
|
||||
keys = {
|
||||
|
@ -12,7 +12,7 @@ a future release; please use [PasteFrom](PasteFrom.md) instead.
|
||||
|
||||
```lua
|
||||
local wezterm = require 'wezterm'
|
||||
local act = wezterm.act
|
||||
local act = wezterm.action
|
||||
|
||||
return {
|
||||
keys = {
|
||||
|
@ -5,7 +5,7 @@ Negative values scroll upwards, while positive values scroll downwards.
|
||||
|
||||
```lua
|
||||
local wezterm = require 'wezterm'
|
||||
local act = wezterm.act
|
||||
local act = wezterm.action
|
||||
|
||||
return {
|
||||
keys = {
|
||||
|
@ -19,7 +19,7 @@ The following configuration achieves that same effect:
|
||||
|
||||
```lua
|
||||
local wezterm = require 'wezterm'
|
||||
local act = wezterm.act
|
||||
local act = wezterm.action
|
||||
|
||||
return {
|
||||
keys = {
|
||||
|
@ -4,7 +4,7 @@ Create a new tab in the current window. The argument defines to which *domain*
|
||||
|
||||
```lua
|
||||
local wezterm = require 'wezterm'
|
||||
local act = wezterm.act
|
||||
local act = wezterm.action
|
||||
|
||||
return {
|
||||
keys = {
|
||||
|
Loading…
Reference in New Issue
Block a user