Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chrisduerr/dotfiles
/ functions
Functions
304 in github.com/chrisduerr/dotfiles
⨍
Functions
304
◇
Types & classes
12
Function
command_rule_insert
Insert a rule at the desired position in the rule list.
files/weechat/python/autosort.py:505
Function
command_rule_insert
Insert a rule at the desired position in the rule list.
files/weechat/python/autoload/autosort.py:505
Function
command_rule_move
Move a rule to a new position.
files/weechat/python/autosort.py:538
Function
command_rule_move
Move a rule to a new position.
files/weechat/python/autoload/autosort.py:538
Function
command_rule_swap
Swap two rules.
files/weechat/python/autosort.py:550
Function
command_rule_swap
Swap two rules.
files/weechat/python/autoload/autosort.py:550
Function
command_rule_update
Update a rule in the rule list.
files/weechat/python/autosort.py:516
Function
command_rule_update
Update a rule in the rule list.
files/weechat/python/autoload/autosort.py:516
Function
command_sort
Sort the buffers and print a confirmation.
files/weechat/python/autosort.py:456
Function
command_sort
Sort the buffers and print a confirmation.
files/weechat/python/autoload/autosort.py:456
Method
count
Required Attribute
files/weechat/python/vimode.py:1126
Method
count
Required Attribute
files/weechat/python/autoload/vimode.py:1126
Function
key_A
Move cursor to end of line and start Insert mode. See Also: `key_base()`.
files/weechat/python/vimode.py:855
Function
key_A
Move cursor to end of line and start Insert mode. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:855
Function
key_C
Delete from cursor to end of line and start Insert mode. See Also: `key_base()`.
files/weechat/python/vimode.py:792
Function
key_C
Delete from cursor to end of line and start Insert mode. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:792
Function
key_G
Scroll to specified line or bottom of buffer. See Also: `key_base()`.
files/weechat/python/vimode.py:874
Function
key_G
Scroll to specified line or bottom of buffer. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:874
Function
key_I
Move cursor to first non-blank character and start Insert mode. See Also: `key_base()`.
files/weechat/python/vimode.py:864
Function
key_I
Move cursor to first non-blank character and start Insert mode. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:864
Function
key_R
Start Replace mode. See Also: `key_base()`.
files/weechat/python/vimode.py:914
Function
key_R
Start Replace mode. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:914
Function
key_a
Move cursor one character to the right and start Insert mode. See Also: `key_base()`.
files/weechat/python/vimode.py:846
Function
key_a
Move cursor one character to the right and start Insert mode. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:846
Function
key_alt_j
Go to WeeChat buffer. Called to preserve WeeChat's alt-j buffer switching. This is only called when alt-j<num> is pressed after pressing Esc
files/weechat/python/vimode.py:938
Function
key_alt_j
Go to WeeChat buffer. Called to preserve WeeChat's alt-j buffer switching. This is only called when alt-j<num> is pressed after pressing Esc
files/weechat/python/autoload/vimode.py:938
Function
key_base
Key method example. Args: buf (str): pointer to the current WeeChat buffer. input_line (str): the content of the input line.
files/weechat/python/vimode.py:417
Function
key_base
Key method example. Args: buf (str): pointer to the current WeeChat buffer. input_line (str): the content of the input line.
files/weechat/python/autoload/vimode.py:417
Function
key_cc
Delete line and start Insert mode. See Also: `key_base()`.
files/weechat/python/vimode.py:783
Function
key_cc
Delete line and start Insert mode. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:783
Function
key_comma
Repeat last f, t, F, T in opposite direction `count` times. See Also: `key_base()`.
files/weechat/python/vimode.py:990
Function
key_comma
Repeat last f, t, F, T in opposite direction `count` times. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:990
Function
key_ctrl_r
Redo change `count` times. See Also: `key_base()`.
files/weechat/python/vimode.py:1015
Function
key_ctrl_r
Redo change `count` times. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:1015
Function
key_i
Start Insert mode. See Also: `key_base()`.
files/weechat/python/vimode.py:838
Function
key_i
Start Insert mode. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:838
Function
key_p
Paste text. See Also: `key_base()`.
files/weechat/python/vimode.py:814
Function
key_p
Paste text. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:814
Function
key_r
Replace `count` characters under the cursor. See Also: `key_base()`.
files/weechat/python/vimode.py:887
Function
key_r
Replace `count` characters under the cursor. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:887
Function
key_tilda
Switch the case of `count` characters under the cursor. See Also: `key_base()`.
files/weechat/python/vimode.py:922
Function
key_tilda
Switch the case of `count` characters under the cursor. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:922
Function
key_u
Undo change `count` times. See Also: `key_base()`.
files/weechat/python/vimode.py:998
Function
key_u
Undo change `count` times. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:998
Function
key_yy
Yank line. See Also: `key_base()`.
files/weechat/python/vimode.py:801
Function
key_yy
Yank line. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:801
Function
motion_0
Go to the first character of the line. See Also; `motion_base()`.
files/weechat/python/vimode.py:493
Function
motion_0
Go to the first character of the line. See Also; `motion_base()`.
files/weechat/python/autoload/vimode.py:493
Function
motion_B
Go `count` WORDS backwards and return position. See Also: `motion_base()`.
files/weechat/python/vimode.py:556
Function
motion_B
Go `count` WORDS backwards and return position. See Also: `motion_base()`.
files/weechat/python/autoload/vimode.py:556
Function
motion_E
Go to the end of `count` WORDS and return cusor position. See Also: `motion_base()`.
files/weechat/python/vimode.py:534
Function
motion_E
Go to the end of `count` WORDS and return cusor position. See Also: `motion_base()`.
files/weechat/python/autoload/vimode.py:534
Function
motion_F
Go to `count`'th occurence of char to the right and return position. See Also: `motion_base()`.
files/weechat/python/vimode.py:672
Function
motion_F
Go to `count`'th occurence of char to the right and return position. See Also: `motion_base()`.
files/weechat/python/autoload/vimode.py:672
Function
motion_T
Go to `count`'th occurence of char to the left and return position. The position returned is the position of the character to the right of ch
files/weechat/python/vimode.py:741
Function
motion_T
Go to `count`'th occurence of char to the left and return position. The position returned is the position of the character to the right of ch
files/weechat/python/autoload/vimode.py:741
Function
motion_W
Go `count` WORDS forward and return position. See Also: `motion_base()`.
files/weechat/python/vimode.py:512
Function
motion_W
Go `count` WORDS forward and return position. See Also: `motion_base()`.
files/weechat/python/autoload/vimode.py:512
Function
motion_b
Go `count` words backwards and return position. See Also: `motion_base()`.
files/weechat/python/vimode.py:545
Function
motion_b
Go `count` words backwards and return position. See Also: `motion_base()`.
files/weechat/python/autoload/vimode.py:545
Function
motion_base
Motion method example. Args: input_line (str): the content of the input line. cur (int): the position of the cursor. coun
files/weechat/python/vimode.py:385
Function
motion_base
Motion method example. Args: input_line (str): the content of the input line. cur (int): the position of the cursor. coun
files/weechat/python/autoload/vimode.py:385
Function
motion_dollar
Go to end of line and return position. See Also: `motion_base()`.
files/weechat/python/vimode.py:620
Function
motion_dollar
Go to end of line and return position. See Also: `motion_base()`.
files/weechat/python/autoload/vimode.py:620
Function
motion_f
Go to `count`'th occurence of character and return position. See Also: `motion_base()`.
files/weechat/python/vimode.py:642
Function
motion_f
Go to `count`'th occurence of character and return position. See Also: `motion_base()`.
files/weechat/python/autoload/vimode.py:642
Function
motion_gE
Go to end of `count` WORDS backwards and return position. See Also: `motion_base()`.
files/weechat/python/vimode.py:581
Function
motion_gE
Go to end of `count` WORDS backwards and return position. See Also: `motion_base()`.
files/weechat/python/autoload/vimode.py:581
Function
motion_ge
Go to end of `count` words backwards and return position. See Also: `motion_base()`.
files/weechat/python/vimode.py:570
Function
motion_ge
Go to end of `count` words backwards and return position. See Also: `motion_base()`.
files/weechat/python/autoload/vimode.py:570
Function
motion_h
Go `count` characters to the left and return position. See Also: `motion_base()`.
files/weechat/python/vimode.py:595
Function
motion_h
Go `count` characters to the left and return position. See Also: `motion_base()`.
files/weechat/python/autoload/vimode.py:595
Function
motion_iw
Select `count` inner words, returning starting/ending positions. See Also: `motion_base()`.
files/weechat/python/vimode.py:629
Function
motion_iw
Select `count` inner words, returning starting/ending positions. See Also: `motion_base()`.
files/weechat/python/autoload/vimode.py:629
Function
motion_l
Go `count` characters to the right and return position. See Also: `motion_base()`.
files/weechat/python/vimode.py:603
Function
motion_l
Go `count` characters to the right and return position. See Also: `motion_base()`.
files/weechat/python/autoload/vimode.py:603
Function
motion_t
Go to `count`'th occurence of char and return position. The position returned is the position of the character to the left of char. See Also
files/weechat/python/vimode.py:705
Function
motion_t
Go to `count`'th occurence of char and return position. The position returned is the position of the character to the left of char. See Also
files/weechat/python/autoload/vimode.py:705
Method
noremap
Required Attribute
files/weechat/python/vimode.py:1130
Method
noremap
Required Attribute
files/weechat/python/autoload/vimode.py:1130
Function
on_autosort_command
Called when the autosort command is invoked.
files/weechat/python/autosort.py:799
Function
on_autosort_command
Called when the autosort command is invoked.
files/weechat/python/autoload/autosort.py:799
Function
on_autosort_complete
(data, name, buffer, completion)
files/weechat/python/autosort.py:865
Function
on_autosort_complete
(data, name, buffer, completion)
files/weechat/python/autoload/autosort.py:865
Function
on_config_changed
Called whenever the configuration changes.
files/weechat/python/autosort.py:725
Function
on_config_changed
Called whenever the configuration changes.
files/weechat/python/autoload/autosort.py:725
Function
on_info_escape
(pointer, name, arguments)
files/weechat/python/autosort.py:759
Function
on_info_escape
(pointer, name, arguments)
files/weechat/python/autoload/autosort.py:759
Function
on_info_order
(pointer, name, arguments)
files/weechat/python/autosort.py:779
Function
on_info_order
(pointer, name, arguments)
files/weechat/python/autoload/autosort.py:779
Function
on_info_replace
(pointer, name, arguments)
files/weechat/python/autosort.py:770
Function
on_info_replace
(pointer, name, arguments)
files/weechat/python/autoload/autosort.py:770
Function
on_signal
(data, signal, signal_data)
files/weechat/python/autosort.py:642
Function
on_signal
(data, signal, signal_data)
files/weechat/python/autoload/autosort.py:642
Function
on_signal_delay_timeout
Called when the signal_delay_timer triggers.
files/weechat/python/autosort.py:665
Function
on_signal_delay_timeout
Called when the signal_delay_timer triggers.
files/weechat/python/autoload/autosort.py:665
Function
on_sort_limit_timeout
Called when de sort_limit_timer triggers.
files/weechat/python/autosort.py:690
Function
on_sort_limit_timeout
Called when de sort_limit_timer triggers.
files/weechat/python/autoload/autosort.py:690
Function
operator_base
Operator method example. Args: buf (str): pointer to the current WeeChat buffer. input_line (str): the content of the input line.
files/weechat/python/vimode.py:357
Function
operator_base
Operator method example. Args: buf (str): pointer to the current WeeChat buffer. input_line (str): the content of the input line.
files/weechat/python/autoload/vimode.py:357
← previous
next →
201–300 of 304, ranked by callers