MCPcopy Create free account

hub / github.com/chrisduerr/dotfiles / functions

Functions304 in github.com/chrisduerr/dotfiles

Functioncommand_rule_insert
Insert a rule at the desired position in the rule list.
files/weechat/python/autosort.py:505
Functioncommand_rule_insert
Insert a rule at the desired position in the rule list.
files/weechat/python/autoload/autosort.py:505
Functioncommand_rule_move
Move a rule to a new position.
files/weechat/python/autosort.py:538
Functioncommand_rule_move
Move a rule to a new position.
files/weechat/python/autoload/autosort.py:538
Functioncommand_rule_swap
Swap two rules.
files/weechat/python/autosort.py:550
Functioncommand_rule_swap
Swap two rules.
files/weechat/python/autoload/autosort.py:550
Functioncommand_rule_update
Update a rule in the rule list.
files/weechat/python/autosort.py:516
Functioncommand_rule_update
Update a rule in the rule list.
files/weechat/python/autoload/autosort.py:516
Functioncommand_sort
Sort the buffers and print a confirmation.
files/weechat/python/autosort.py:456
Functioncommand_sort
Sort the buffers and print a confirmation.
files/weechat/python/autoload/autosort.py:456
Methodcount
Required Attribute
files/weechat/python/vimode.py:1126
Methodcount
Required Attribute
files/weechat/python/autoload/vimode.py:1126
Functionkey_A
Move cursor to end of line and start Insert mode. See Also: `key_base()`.
files/weechat/python/vimode.py:855
Functionkey_A
Move cursor to end of line and start Insert mode. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:855
Functionkey_C
Delete from cursor to end of line and start Insert mode. See Also: `key_base()`.
files/weechat/python/vimode.py:792
Functionkey_C
Delete from cursor to end of line and start Insert mode. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:792
Functionkey_G
Scroll to specified line or bottom of buffer. See Also: `key_base()`.
files/weechat/python/vimode.py:874
Functionkey_G
Scroll to specified line or bottom of buffer. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:874
Functionkey_I
Move cursor to first non-blank character and start Insert mode. See Also: `key_base()`.
files/weechat/python/vimode.py:864
Functionkey_I
Move cursor to first non-blank character and start Insert mode. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:864
Functionkey_R
Start Replace mode. See Also: `key_base()`.
files/weechat/python/vimode.py:914
Functionkey_R
Start Replace mode. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:914
Functionkey_a
Move cursor one character to the right and start Insert mode. See Also: `key_base()`.
files/weechat/python/vimode.py:846
Functionkey_a
Move cursor one character to the right and start Insert mode. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:846
Functionkey_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
Functionkey_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
Functionkey_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
Functionkey_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
Functionkey_cc
Delete line and start Insert mode. See Also: `key_base()`.
files/weechat/python/vimode.py:783
Functionkey_cc
Delete line and start Insert mode. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:783
Functionkey_comma
Repeat last f, t, F, T in opposite direction `count` times. See Also: `key_base()`.
files/weechat/python/vimode.py:990
Functionkey_comma
Repeat last f, t, F, T in opposite direction `count` times. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:990
Functionkey_ctrl_r
Redo change `count` times. See Also: `key_base()`.
files/weechat/python/vimode.py:1015
Functionkey_ctrl_r
Redo change `count` times. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:1015
Functionkey_i
Start Insert mode. See Also: `key_base()`.
files/weechat/python/vimode.py:838
Functionkey_i
Start Insert mode. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:838
Functionkey_p
Paste text. See Also: `key_base()`.
files/weechat/python/vimode.py:814
Functionkey_p
Paste text. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:814
Functionkey_r
Replace `count` characters under the cursor. See Also: `key_base()`.
files/weechat/python/vimode.py:887
Functionkey_r
Replace `count` characters under the cursor. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:887
Functionkey_tilda
Switch the case of `count` characters under the cursor. See Also: `key_base()`.
files/weechat/python/vimode.py:922
Functionkey_tilda
Switch the case of `count` characters under the cursor. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:922
Functionkey_u
Undo change `count` times. See Also: `key_base()`.
files/weechat/python/vimode.py:998
Functionkey_u
Undo change `count` times. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:998
Functionkey_yy
Yank line. See Also: `key_base()`.
files/weechat/python/vimode.py:801
Functionkey_yy
Yank line. See Also: `key_base()`.
files/weechat/python/autoload/vimode.py:801
Functionmotion_0
Go to the first character of the line. See Also; `motion_base()`.
files/weechat/python/vimode.py:493
Functionmotion_0
Go to the first character of the line. See Also; `motion_base()`.
files/weechat/python/autoload/vimode.py:493
Functionmotion_B
Go `count` WORDS backwards and return position. See Also: `motion_base()`.
files/weechat/python/vimode.py:556
Functionmotion_B
Go `count` WORDS backwards and return position. See Also: `motion_base()`.
files/weechat/python/autoload/vimode.py:556
Functionmotion_E
Go to the end of `count` WORDS and return cusor position. See Also: `motion_base()`.
files/weechat/python/vimode.py:534
Functionmotion_E
Go to the end of `count` WORDS and return cusor position. See Also: `motion_base()`.
files/weechat/python/autoload/vimode.py:534
Functionmotion_F
Go to `count`'th occurence of char to the right and return position. See Also: `motion_base()`.
files/weechat/python/vimode.py:672
Functionmotion_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
Functionmotion_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
Functionmotion_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
Functionmotion_W
Go `count` WORDS forward and return position. See Also: `motion_base()`.
files/weechat/python/vimode.py:512
Functionmotion_W
Go `count` WORDS forward and return position. See Also: `motion_base()`.
files/weechat/python/autoload/vimode.py:512
Functionmotion_b
Go `count` words backwards and return position. See Also: `motion_base()`.
files/weechat/python/vimode.py:545
Functionmotion_b
Go `count` words backwards and return position. See Also: `motion_base()`.
files/weechat/python/autoload/vimode.py:545
Functionmotion_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
Functionmotion_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
Functionmotion_dollar
Go to end of line and return position. See Also: `motion_base()`.
files/weechat/python/vimode.py:620
Functionmotion_dollar
Go to end of line and return position. See Also: `motion_base()`.
files/weechat/python/autoload/vimode.py:620
Functionmotion_f
Go to `count`'th occurence of character and return position. See Also: `motion_base()`.
files/weechat/python/vimode.py:642
Functionmotion_f
Go to `count`'th occurence of character and return position. See Also: `motion_base()`.
files/weechat/python/autoload/vimode.py:642
Functionmotion_gE
Go to end of `count` WORDS backwards and return position. See Also: `motion_base()`.
files/weechat/python/vimode.py:581
Functionmotion_gE
Go to end of `count` WORDS backwards and return position. See Also: `motion_base()`.
files/weechat/python/autoload/vimode.py:581
Functionmotion_ge
Go to end of `count` words backwards and return position. See Also: `motion_base()`.
files/weechat/python/vimode.py:570
Functionmotion_ge
Go to end of `count` words backwards and return position. See Also: `motion_base()`.
files/weechat/python/autoload/vimode.py:570
Functionmotion_h
Go `count` characters to the left and return position. See Also: `motion_base()`.
files/weechat/python/vimode.py:595
Functionmotion_h
Go `count` characters to the left and return position. See Also: `motion_base()`.
files/weechat/python/autoload/vimode.py:595
Functionmotion_iw
Select `count` inner words, returning starting/ending positions. See Also: `motion_base()`.
files/weechat/python/vimode.py:629
Functionmotion_iw
Select `count` inner words, returning starting/ending positions. See Also: `motion_base()`.
files/weechat/python/autoload/vimode.py:629
Functionmotion_l
Go `count` characters to the right and return position. See Also: `motion_base()`.
files/weechat/python/vimode.py:603
Functionmotion_l
Go `count` characters to the right and return position. See Also: `motion_base()`.
files/weechat/python/autoload/vimode.py:603
Functionmotion_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
Functionmotion_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
Methodnoremap
Required Attribute
files/weechat/python/vimode.py:1130
Methodnoremap
Required Attribute
files/weechat/python/autoload/vimode.py:1130
Functionon_autosort_command
Called when the autosort command is invoked.
files/weechat/python/autosort.py:799
Functionon_autosort_command
Called when the autosort command is invoked.
files/weechat/python/autoload/autosort.py:799
Functionon_autosort_complete
(data, name, buffer, completion)
files/weechat/python/autosort.py:865
Functionon_autosort_complete
(data, name, buffer, completion)
files/weechat/python/autoload/autosort.py:865
Functionon_config_changed
Called whenever the configuration changes.
files/weechat/python/autosort.py:725
Functionon_config_changed
Called whenever the configuration changes.
files/weechat/python/autoload/autosort.py:725
Functionon_info_escape
(pointer, name, arguments)
files/weechat/python/autosort.py:759
Functionon_info_escape
(pointer, name, arguments)
files/weechat/python/autoload/autosort.py:759
Functionon_info_order
(pointer, name, arguments)
files/weechat/python/autosort.py:779
Functionon_info_order
(pointer, name, arguments)
files/weechat/python/autoload/autosort.py:779
Functionon_info_replace
(pointer, name, arguments)
files/weechat/python/autosort.py:770
Functionon_info_replace
(pointer, name, arguments)
files/weechat/python/autoload/autosort.py:770
Functionon_signal
(data, signal, signal_data)
files/weechat/python/autosort.py:642
Functionon_signal
(data, signal, signal_data)
files/weechat/python/autoload/autosort.py:642
Functionon_signal_delay_timeout
Called when the signal_delay_timer triggers.
files/weechat/python/autosort.py:665
Functionon_signal_delay_timeout
Called when the signal_delay_timer triggers.
files/weechat/python/autoload/autosort.py:665
Functionon_sort_limit_timeout
Called when de sort_limit_timer triggers.
files/weechat/python/autosort.py:690
Functionon_sort_limit_timeout
Called when de sort_limit_timer triggers.
files/weechat/python/autoload/autosort.py:690
Functionoperator_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
Functionoperator_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
← previousnext →201–300 of 304, ranked by callers